Merge pull request #12875 from Godmartinz/sidebar_undeployable_runaway_parenthesis

Fixed space from un deployable total in sidebar
This commit is contained in:
snipe 2023-04-19 11:49:42 -07:00 committed by GitHub
commit 4a5426f959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -483,8 +483,7 @@
class="fas fa-times text-red fa-fw"></i>
{{ trans('general.all') }}
{{ trans('general.undeployable') }}
({{ (isset($total_undeployable_sidebar)) ? $total_undeployable_sidebar : '' }}
)
({{ (isset($total_undeployable_sidebar)) ? $total_undeployable_sidebar : '' }})
</a>
</li>
<li{!! (Request::query('status') == 'byod' ? ' class="active"' : '') !!}><a