Skip to content

Commit e493ea8

Browse files
Dummy commit for drone
1 parent 783daac commit e493ea8

File tree

1 file changed

+1
-0
lines changed
  • src/pages/projects/[projectId]/admin

1 file changed

+1
-0
lines changed

src/pages/projects/[projectId]/admin/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { useDispatch } from "react-redux";
77
export default function ProjectAdminPage() {
88

99
const dispatch = useDispatch();
10+
1011
useEffect(() => {
1112
dispatch(setCurrentPage(CurrentPage.ADMIN_PAGE));
1213
dispatch(setDisplayIconComments(true));

0 commit comments

Comments
 (0)