capability to hide history #78

Merged
ameye merged 11 commits from capability-to-hide-history into master 2023-10-04 11:40:27 +00:00
2 changed files with 8 additions and 4 deletions
Showing only changes of commit c752a43cf6 - Show all commits
+4 -2
View File
@@ -102,7 +102,8 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler }) {
</span>
</NavLink>
</li>
<li className="item group">
{process.env.REACT_APP_TRACKING_SHOW ?
(<li className="item group">
<NavLink
to="/tracking"
className="nav-item flex items-center justify-start space-x-3.5"
@@ -114,7 +115,8 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler }) {
{process.env.REACT_APP_TRACKING}
</span>
</NavLink>
</li>
</li>)
: ''}
<li className="item group">
<NavLink
to="/calendar"
+4 -2
View File
@@ -151,7 +151,8 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
</span>
</NavLink>
</li>
<li className="item group">
{process.env.REACT_APP_TRACKING_SHOW ?
(<li className="item group">
<NavLink
to="/tracking"
className={`nav-item flex items-center ${
@@ -170,7 +171,8 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
{process.env.REACT_APP_TRACKING}
</span>
</NavLink>
</li>
</li>)
: ''}
<li className="item group">
<NavLink
to="/calendar"