- Tampilan user dan admin done
# No issue
This commit is contained in:
2024-02-28 16:25:02 +08:00
parent 83d2b0a1c4
commit 9a0d7a898d
2 changed files with 1 additions and 7 deletions

View File

@@ -1,13 +1,10 @@
"use client";
import ComponentGlobal_AuthorNameOnHeader from "@/app_modules/component_global/author_name_on_header";
import { Stack, Card, Grid, Image, Text } from "@mantine/core";
import ComponentJob_CardViewStatus from "../component/card_view_status";
import { RouterJob } from "@/app/lib/router_hipmi/router_job";
import ComponentJob_CardPreview from "../component/card_preview";
import { MODEL_JOB } from "../model/interface";
export default function Job_Arsip({ dataJob }: { dataJob :MODEL_JOB[]}) {
export default function Job_Arsip({ dataJob }: { dataJob: MODEL_JOB[] }) {
return (
<>
<ComponentJob_CardViewStatus
@@ -17,5 +14,3 @@ export default function Job_Arsip({ dataJob }: { dataJob :MODEL_JOB[]}) {
</>
);
}

View File

@@ -16,7 +16,6 @@ export default function Vote_Splash() {
const [hotMenu, setHotMenu] = useAtom(gs_vote_hotMenu);
const [tabsStatus, setTabsStatus] = useAtom(gs_vote_status);
const [tabsRiwayat, setTabsRiwayat] = useAtom(gs_vote_riwayat);
useShallowEffect(() => {
setTimeout(() => {
setHotMenu(0);