Optimizations and underlying fixes done yesterday

This commit is contained in:
2023-07-10 09:14:30 +01:00
parent 3eb6960cc7
commit b245f87556
11 changed files with 248 additions and 173 deletions
@@ -2,7 +2,6 @@ import React, { useEffect, useState } from "react";
import usersService from "../../../../services/UsersService";
import InputCom from "../../../Helpers/Inputs/InputCom";
// const DEFAULT_IMAGE =
export default function NewTasks({ formState, setFormState }) {
let [currency, setCurrency] = useState({
loading: true,