Resolve ESLint Warnings

This commit is contained in:
Patrick Fic
2024-04-08 14:20:34 -07:00
parent 9e66d7c929
commit e137feca20
4 changed files with 12 additions and 14 deletions

View File

@@ -9,7 +9,6 @@ import { UPDATE_PAYMENT } from "../../graphql/payments.queries";
import { setModalContext } from "../../redux/modals/modals.actions";
import { selectPayment } from "../../redux/modals/modals.selectors";
import { selectCurrentUser } from "../../redux/user/user.selectors";
import { selectPayment } from "../../redux/modals/modals.selectors";
const mapStateToProps = createStructuredSelector({
currentUser: selectCurrentUser,