refactor(FE): Refactor array formatting and improve code readability

This commit is contained in:
rstubryan
2026-02-25 10:41:34 +07:00
parent f701ab0d91
commit dae9a24a7c
2 changed files with 11 additions and 4 deletions
@@ -234,7 +234,6 @@ const HppPerKandangTab = ({ tabId }: HppPerKandangTabProps) => {
);
}, [formik.values.show_unrecorded, showUnrecordedOptions]);
// ===== DATA FETCHING =====
const { data: hppPerKandang, isLoading } = useSWR(
isSubmitted