diff --git a/src/App.js b/src/App.js index 019a27c..0806b07 100644 --- a/src/App.js +++ b/src/App.js @@ -33,6 +33,8 @@ const App = observer(() => { await propertiesStore.getProperties() await propertiesStore.fetchTemplates() setIsInitialLoading(false) + } else { + setIsInitialLoading(false) } } diff --git a/src/components/dashboard/ListOfCards.jsx b/src/components/dashboard/ListOfCards.jsx index fbb9715..b73a662 100644 --- a/src/components/dashboard/ListOfCards.jsx +++ b/src/components/dashboard/ListOfCards.jsx @@ -21,7 +21,9 @@ const ListOfCards = () => { return ( - + + + {cards.results.map(({ id, name, isFilled }) => ( diff --git a/src/views/auth/InviteLink.jsx b/src/views/auth/InviteLink.jsx index dd55327..e3fdb54 100644 --- a/src/views/auth/InviteLink.jsx +++ b/src/views/auth/InviteLink.jsx @@ -17,7 +17,7 @@ import { import { useState } from 'react' const InviteForm = ({ name, userRole, organizationName, onSubmit, isLoading }) => ( - +