Donation
Add: - donation/[id]/(transaction-flow) ### No Issue
This commit is contained in:
@@ -23,7 +23,13 @@ export default function DonasiDetailBeranda() {
|
||||
const buttonSection = (
|
||||
<>
|
||||
<BoxButtonOnFooter>
|
||||
<ButtonCustom>Donasi</ButtonCustom>
|
||||
<ButtonCustom
|
||||
onPress={() =>
|
||||
router.navigate(`/donation/${id}/(transaction-flow)`)
|
||||
}
|
||||
>
|
||||
Donasi
|
||||
</ButtonCustom>
|
||||
</BoxButtonOnFooter>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user