From 3aa7f79397d4542dfd95bf243349631eddb43620 Mon Sep 17 00:00:00 2001 From: bouzuya Date: Fri, 31 Mar 2023 09:24:43 +0900 Subject: [PATCH] Add accessibility label to FAB --- app/accounts/[id]/categories/index.tsx | 1 + app/accounts/[id]/transactions/index.tsx | 1 + app/index.tsx | 1 + 3 files changed, 3 insertions(+) diff --git a/app/accounts/[id]/categories/index.tsx b/app/accounts/[id]/categories/index.tsx index ecbabd2..91c22a4 100644 --- a/app/accounts/[id]/categories/index.tsx +++ b/app/accounts/[id]/categories/index.tsx @@ -49,6 +49,7 @@ export default function Categories(): JSX.Element { /> )} { diff --git a/app/accounts/[id]/transactions/index.tsx b/app/accounts/[id]/transactions/index.tsx index 7c7acc6..ca87921 100644 --- a/app/accounts/[id]/transactions/index.tsx +++ b/app/accounts/[id]/transactions/index.tsx @@ -92,6 +92,7 @@ export default function Transactions(): JSX.Element { )} {(account?.categories ?? []).length === 0 ? null : ( { diff --git a/app/index.tsx b/app/index.tsx index f68355f..952346a 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -44,6 +44,7 @@ export default function Index(): JSX.Element { /> )} {