fixed spelling

This commit is contained in:
ToanDo
2020-12-24 14:18:22 -05:00
parent 448a198c23
commit 0439b052ca

View File

@@ -93,7 +93,7 @@ const MasterLayout = ({ children }) => {
mobileMenuItems={mobileMenuItems}
totalAlarms={data && data.getAlarmCount}
currentUserEmail={email}
userDropdown={<UsersDropdown onLogout={handleLogout} />}
usersDropdown={<UsersDropdown onLogout={handleLogout} />}
>
{children}
</Layout>