revert route groups due to nextjs bug, fix build
This commit is contained in:
@@ -14,7 +14,7 @@ export const ActiveAccount = ({ user }: { user: any }) => {
|
||||
const userData = JSON.parse(user.metadata);
|
||||
|
||||
const openProfilePage = () => {
|
||||
router.push(`/users/${user.pubkey}`);
|
||||
router.push(`/nostr/users/${user.pubkey}`);
|
||||
};
|
||||
|
||||
const copyPublicKey = async () => {
|
||||
|
||||
Reference in New Issue
Block a user