Skip to content

Commit

Permalink
get rid of unneccessary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerrlongg committed Jan 29, 2025
1 parent 4e3e247 commit f0f820d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/hardware/labels.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<?php $count++; ?>
<div class="label">

@if ($settings->qr_code=='1' && (!$settings->label2_2d_type == 'none'))
@if ($settings->qr_code=='1')
<div class="qr_img">
<img src="{{ config('app.url') }}/hardware/{{ $asset->id }}/qr_code" class="qr_img">
</div>
Expand Down

0 comments on commit f0f820d

Please sign in to comment.