fix: Remove template literal from link

This commit is contained in:
Damian Tziamtzis
2022-12-12 23:16:56 +01:00
parent 940c1e84f5
commit 9d4dac892e

View File

@@ -39,7 +39,7 @@ const StepNav: React.FC = () => {
<nav className="step-nav">
{stepNav.length > 0
? (
<Link to={`${admin}`}>
<Link to={admin}>
{dashboardLabel}
<Chevron />
</Link>