Skip to content

Commit

Permalink
Update StoreRouter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 7, 2024
1 parent d1fa670 commit 3a20a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/routers/StoreRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default () => {
</div>
</NavLink>
{coupons && (
<NavLink to={'/account/coupons'}>
<NavLink to={`${match.path}/coupons`}>
<div className={'flex items-center justify-between'}>
Coupons <Icon.DollarSign className={'ml-1'} size={18} />
</div>
Expand Down

0 comments on commit 3a20a0b

Please sign in to comment.