# feat :
## Deskripsi : - Notifikasi investasi ## Issue : Gerbang pembayaran
This commit is contained in:
@@ -16,6 +16,7 @@ import { redirectVotingPage } from "./path/voting";
|
||||
import { redirectEventPage } from "./path/event";
|
||||
import { redirectDetailCollaborationPage } from "./path/collaboration";
|
||||
import { redirectDonasiPage } from "./path/donasi";
|
||||
import { redirectInvestasiPage } from "./path/investasi";
|
||||
|
||||
export function ComponentNotifiaksi_CardView({
|
||||
data,
|
||||
@@ -55,7 +56,6 @@ export function ComponentNotifiaksi_CardView({
|
||||
// onLoadData(loadData);
|
||||
// }
|
||||
|
||||
|
||||
data?.kategoriApp === "JOB" &&
|
||||
redirectJobPage({
|
||||
data: data,
|
||||
@@ -103,6 +103,15 @@ export function ComponentNotifiaksi_CardView({
|
||||
onSetMenu(val);
|
||||
},
|
||||
});
|
||||
|
||||
data.kategoriApp === "INVESTASI" &&
|
||||
redirectInvestasiPage({
|
||||
data: data,
|
||||
router: router,
|
||||
onSetPage(val) {
|
||||
onSetMenu(val);
|
||||
},
|
||||
});
|
||||
}}
|
||||
>
|
||||
{/* <pre>{JSON.stringify(e, null, 2)}</pre> */}
|
||||
|
||||
Reference in New Issue
Block a user