fix: adminview
This commit is contained in:
@ -31,7 +31,7 @@ const router = useRouter();
|
||||
|
||||
const goToLink = () => {
|
||||
if (props.projectLink) {
|
||||
router.push(props.projectLink);0
|
||||
router.push(props.projectLink);
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user