Skip to content

Commit

Permalink
Add onclick close to "view activity" link
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Jun 17, 2024
1 parent fa9615a commit 3e7d9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/activity/ActivityNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const ActivityNotification: FC<Props> = ({ notification, close }) => {
</hgroup>
<Link
to="/strategy/$id"
onClick={close}
params={{ id: activity.strategy.id }}
className="font-weight-500 flex items-center"
>
Expand Down

0 comments on commit 3e7d9fa

Please sign in to comment.