Fix: User search & Event
Deskripsi: - Tampilan avatar dan username ## NO Issue
This commit is contained in:
@@ -47,7 +47,7 @@ export default function ComponentColab_CardSectionHeaderAuthorName({
|
||||
span={"content"}
|
||||
onClick={() => {
|
||||
if (profileId) {
|
||||
router.push(RouterProfile.katalog + profileId);
|
||||
router.push(RouterProfile.katalogOLD + profileId);
|
||||
} else {
|
||||
ComponentGlobal_NotifikasiPeringatan("Id tidak ditemukan");
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function ComponentColab_AuthorNameOnListPartisipan({
|
||||
span={"content"}
|
||||
onClick={() => {
|
||||
if (author?.Profile.id) {
|
||||
router.push(RouterProfile.katalog + author?.Profile.id);
|
||||
router.push(RouterProfile.katalogOLD + author?.Profile.id);
|
||||
} else {
|
||||
ComponentGlobal_NotifikasiPeringatan("Id tidak ditemukan");
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function ComponentColab_AuthorNameOnHeader({
|
||||
span={"content"}
|
||||
onClick={() => {
|
||||
if (profileId) {
|
||||
router.push(RouterProfile.katalog + profileId);
|
||||
router.push(RouterProfile.katalogOLD + profileId);
|
||||
} else {
|
||||
ComponentGlobal_NotifikasiPeringatan("Id tidak ditemukan");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user