Checkpont 1

This commit is contained in:
2024-02-28 16:42:29 +08:00
parent 9a0d7a898d
commit b1395a8ded
11 changed files with 71 additions and 47 deletions

View File

@@ -13,7 +13,8 @@ export default function Vote_StatusDraft({
listDraft: MODEL_VOTING[];
}) {
if (_.isEmpty(listDraft))
return <ComponentVote_IsEmptyData text="Tidak ada draft" />;
return <ComponentVote_IsEmptyData text="Tidak ada data" />;
return (
<>
<Stack>