fix admin voting
deskripsi: - fix tampilan html di detail
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { AccentColor } from "@/app_modules/_global/color/color_pallet";
|
||||
import { ComponentGlobal_LoadImageLandscape } from "@/app_modules/_global/component";
|
||||
import { Comp_DangerouslySetInnerHTML } from "@/app_modules/_global/component/new/comp_set_inner_html";
|
||||
import { Comp_SetInnerHTML } from "@/app_modules/_global/component/new/comp_set_inner_html";
|
||||
import { Comp_V3_SetInnerHTMLWithStiker } from "@/app_modules/_global/component/new/comp_V3_set_html_with_stiker";
|
||||
import { MODEL_CERITA_DONASI } from "@/app_modules/donasi/model/interface";
|
||||
import { Stack, Text } from "@mantine/core";
|
||||
@@ -35,11 +35,11 @@ export default function CeritaPenggalangDonasi({
|
||||
<Text fw={"bold"}> #HaloOrangBaik</Text>
|
||||
{/* <Text>{data.pembukaan}</Text> */}
|
||||
|
||||
<Comp_DangerouslySetInnerHTML props={data?.pembukaan} />
|
||||
<Comp_SetInnerHTML props={data?.pembukaan} />
|
||||
|
||||
<ComponentGlobal_LoadImageLandscape fileId={data.imageId} />
|
||||
|
||||
<Comp_DangerouslySetInnerHTML props={data?.cerita} />
|
||||
<Comp_SetInnerHTML props={data?.cerita} />
|
||||
|
||||
{/* <Text>{data.cerita}</Text> */}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user