Skip to content

Commit

Permalink
fix(provider): lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-arc10 committed Dec 8, 2024
1 parent d9a3faa commit 0fb75c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ActivityLogList: React.FC<ActivityLogsListProps> = ({ actions }) =>
};

const handleRowClick = (actionId: string) => {
router.push(`/actions/${actionId}`);
router.push(`/activity-logs/${actionId}`);
};

return (
Expand Down

0 comments on commit 0fb75c3

Please sign in to comment.