fix(apbdes): remove redundant eslint-disable and improve type safety in GrafikRealisasi

This commit is contained in:
2026-04-02 12:47:28 +08:00
parent 970949a68b
commit 50a7356618
2 changed files with 2 additions and 2 deletions

1
eror.md Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { Paper, Title, Progress, Stack, Text, Group, Box } from '@mantine/core'
import { IconArrowUpRight, IconArrowDownRight } from '@tabler/icons-react'
import { APBDes, APBDesItem } from '../types/apbdes'
@@ -107,7 +106,7 @@ function Summary({ title, data, icon }: SummaryProps) {
<Text
fz="xs"
c={statusMessage.color as any}
c={statusMessage.color}
fw={600}
style={{
backgroundColor: `var(--mantine-color-${statusMessage.color}-0)`,