# style:
- UI Investasi - UI Donasi ## No issue
This commit is contained in:
@@ -15,6 +15,7 @@ import notifikasi_getByUserId from "../fun/get/get_notifiaksi_by_id";
|
||||
import { redirectVotingPage } from "./path/voting";
|
||||
import { redirectEventPage } from "./path/event";
|
||||
import { redirectDetailCollaborationPage } from "./path/collaboration";
|
||||
import { redirectDonasiPage } from "./path/donasi";
|
||||
|
||||
export function ComponentNotifiaksi_CardView({
|
||||
data,
|
||||
@@ -53,7 +54,7 @@ export function ComponentNotifiaksi_CardView({
|
||||
// });
|
||||
// onLoadData(loadData);
|
||||
// }
|
||||
console.log(data.status);
|
||||
|
||||
|
||||
data?.kategoriApp === "JOB" &&
|
||||
redirectJobPage({
|
||||
@@ -93,6 +94,15 @@ export function ComponentNotifiaksi_CardView({
|
||||
data: data,
|
||||
router: router,
|
||||
});
|
||||
|
||||
data.kategoriApp === "DONASI" &&
|
||||
redirectDonasiPage({
|
||||
data: data,
|
||||
router: router,
|
||||
onSetPage(val) {
|
||||
onSetMenu(val);
|
||||
},
|
||||
});
|
||||
}}
|
||||
>
|
||||
{/* <pre>{JSON.stringify(e, null, 2)}</pre> */}
|
||||
|
||||
Reference in New Issue
Block a user