fix: Remove template literal from link
This commit is contained in:
@@ -39,7 +39,7 @@ const StepNav: React.FC = () => {
|
||||
<nav className="step-nav">
|
||||
{stepNav.length > 0
|
||||
? (
|
||||
<Link to={`${admin}`}>
|
||||
<Link to={admin}>
|
||||
{dashboardLabel}
|
||||
<Chevron />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user