Skip to content

Commit

Permalink
fix: Activity Admin Social Editor 라우팅 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon committed Sep 18, 2024
1 parent 6725825 commit a7200fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/activity/social/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const AdminActivitySocialPage = () => {
<FaEdit
size={18}
className="cursor-pointer"
onClick={() => router.push(`/admin/activity/project/editor/${social._id}`)}
onClick={() => router.push(`/admin/activity/social/editor/${social._id}`)}
/>
</div>
<div className="col-span-1 flex items-center justify-center space-x-8">
Expand Down

0 comments on commit a7200fb

Please sign in to comment.