|
@@ -21,7 +21,6 @@ const getUserNotices = () => {
|
|
|
const Notification = async () => {
|
|
|
const systemNotices = await getSystemNotifications();
|
|
|
const userNotices = await getUserNotices();
|
|
|
- console.log(`🚀🚀🚀🚀🚀-> in page.tsx on 24`, userNotices);
|
|
|
const t = await getTranslations("ProfilePage");
|
|
|
const defaultTabs = [
|
|
|
{
|