🐛UI bugs (#68)

* 🔧 Updated date for PullList on Dashboard

* 🔧 Fixes for broken image paths

* ⬆️ Bumped deps, removed useless ones
This commit was merged in pull request #68.
This commit is contained in:
2023-03-24 00:00:48 -04:00
committed by GitHub
parent 0a48ecbb2c
commit a939bf4c71
7 changed files with 311 additions and 380 deletions

View File

@@ -1,7 +1,5 @@
import React, { useEffect, useContext, ReactElement } from "react";
import {
getBundlesForComic,
} from "../../actions/airdcpp.actions";
import { getBundlesForComic } from "../../actions/airdcpp.actions";
import { useDispatch, useSelector } from "react-redux";
import { RootState } from "threetwo-ui-typings";
import { isEmpty, isNil, map } from "lodash";