dot class

This commit is contained in:
focp212@naver.com
2025-11-03 15:46:16 +09:00
parent 9c5f01f997
commit d028da0a89
2 changed files with 14 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ export const ListItem = ({
return rs;
};
const getDotClass = (str?: string) => {
const getDotClass = () => {
let rs = '';
if(transactionCategory === TransactionCategory.AllTransaction){
if(statusCode === '0'