From 19a6ba79b39ec6bc1bbf991ee374bcb185cfd692 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Mon, 13 Nov 2023 16:20:15 -0300 Subject: [PATCH] fix(StorePage/index.tsx): fix indentation and formatting issues for better code readability feat(StorePage/index.tsx): add disabled attribute to buttons and input when loading to prevent user interaction --- src/frontend/src/pages/StorePage/index.tsx | 57 ++++++++++++++-------- 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/src/frontend/src/pages/StorePage/index.tsx b/src/frontend/src/pages/StorePage/index.tsx index 5d7eeda56..050cb1138 100644 --- a/src/frontend/src/pages/StorePage/index.tsx +++ b/src/frontend/src/pages/StorePage/index.tsx @@ -150,6 +150,7 @@ export default function StorePage(): JSX.Element {
{ @@ -164,6 +165,7 @@ export default function StorePage(): JSX.Element { value={inputText} />
))}
@@ -255,6 +269,7 @@ export default function StorePage(): JSX.Element {