commented out the auth related to inventory

This commit is contained in:
Zach Harding
2026-04-05 17:11:16 -04:00
parent 5d716a4d8e
commit 29ec850eef
2 changed files with 6 additions and 6 deletions

View File

@@ -272,13 +272,13 @@ const altSearchUrl = (card: any) => {
<span class="d-none">Damaged</span><span class="d-inline">DMG</span>
</button>
</li>
{hasAccess && (
{/* {hasAccess && ( */}
<li class="nav-item" role="presentation">
<button class="nav-link vendor" id="vendor-tab" data-bs-toggle="tab" data-bs-target="#nav-vendor" type="button" role="tab" aria-controls="nav-vendor" aria-selected="false">
<span class="d-none d-xxl-inline">Inventory</span><span class="d-xxl-none">+/-</span>
</button>
</li>
)}
{/* )} */}
</ul>
<div class="tab-content" id="myTabContent">
@@ -361,7 +361,7 @@ const altSearchUrl = (card: any) => {
</div>
);
})}
{hasAccess && (
{/* {hasAccess && ( */}
<div class="tab-pane fade" id="nav-vendor" role="tabpanel" aria-labelledby="nav-vendor" tabindex="0">
<div class="row g-4">
<div class="col-12 col-md-6">
@@ -554,7 +554,7 @@ const altSearchUrl = (card: any) => {
</div>
</div>
</div>
)}
{/* )} */}
</div>
<!-- Chart lives permanently outside tab-content so Bootstrap never hides it. -->