This commit is contained in:
focp212@naver.com
2025-11-12 14:12:18 +09:00
parent 9603c769a6
commit ba116aeaf4
4 changed files with 9 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ export const CashReceiptSample = ({
customerInfo,
productInfo
}: CashReceiptSampleProps) => {
let [loading, setLoading] = useState<boolean>(true);
let [loading, setLoading] = useState<boolean>(false);
let [color, setColor] = useState<string>('#0b0606');
const { t } = useTranslation();