refactor: small styling changes and 7.0.1 start

This commit is contained in:
David Ralph
2024-01-01 11:47:58 +00:00
parent de24d11463
commit d482deccb4
32 changed files with 134 additions and 125 deletions

View File

@@ -56,7 +56,7 @@ function Navbar() {
category="navbar"
/>
</SettingsItem>
{showRefreshOptions ? (
{showRefreshOptions && (
<SettingsItem
title={variables.getMessage('modals.main.settings.sections.appearance.navbar.refresh')}
subtitle={variables.getMessage(
@@ -82,7 +82,7 @@ function Navbar() {
</option>
</Dropdown>
</SettingsItem>
) : null}
)}
</>
);
}