Skip to content
Snippets Groups Projects
Commit 238a4a7c authored by John Watkins's avatar John Watkins
Browse files

Allow you to go to settings as a non-shop owner

parent 39dad418
No related branches found
No related tags found
1 merge request!114LoggingService service class, new method to add a log to the "Logs" table when...
......@@ -45,7 +45,7 @@
<p>Shop Rewards</p>
</div>
</div>
<div class="sidebar closed" id="side_shop_select">
<div class="sidebar closed" id="side_shop_select" th:if="${highestPerm > 1 || linkedShop}">
<th:block th:each="category: ${adminOfByCategory.entrySet()}">
<div class="shop-tab-container">
<div class="shop-tab shop-category" onclick="this.parentElement.classList.toggle('open')">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment