Skip to content

Commit

Permalink
fix: test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ananjaemin committed Nov 17, 2022
1 parent 9b9f8d9 commit cb97549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/filelist/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as S from './styled';
export const FileListPage: React.FC = () => {
const navigate = useNavigate();
const [loading, setLoading] = useState(false);
const [listZero, setListZero] = useState(true); //test: true
const [listZero, setListZero] = useState(false); //test: true
const SkeletonUIRandomWidth = ['50', '55', '60', '65', '70', '75', '80'];
const dispatch = useDispatch();
const { SetDownloadFileProps } = bindActionCreators(actionCreators, dispatch);
Expand Down

0 comments on commit cb97549

Please sign in to comment.