fixed svg typos

This commit is contained in:
2023-11-07 23:00:12 -08:00
parent 6ddffdf2e6
commit 0c1db6b4b5
8 changed files with 16 additions and 16 deletions
@@ -69,7 +69,7 @@ export default function NewTasks({ formState, setFormState }) {
onChange={handleInputChange}
// onBlur={props.handleBlur}
>
{currency.loading ? (
{currency?.loading ? (
<option className="text-slate-500 text-[13.975px]" value="">
Loading...
</option>