title: auto
des: auto note:auto
This commit is contained in:
@@ -35,7 +35,7 @@ export default function MainInvestasi({
|
|||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<pre>{/* {JSON.stringify(listData, null, 2)} */}</pre>
|
|
||||||
{listData.map((e) => (
|
{listData.map((e) => (
|
||||||
<Card key={e.id} p={"md"} withBorder mb={"lg"}>
|
<Card key={e.id} p={"md"} withBorder mb={"lg"}>
|
||||||
<CardSection p={"xs"}>
|
<CardSection p={"xs"}>
|
||||||
|
|||||||
Reference in New Issue
Block a user