mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-10 17:23:12 +01:00
Bugfix
This commit is contained in:
parent
7f1aee47b4
commit
c2afc0c2b6
@ -700,7 +700,7 @@ $usrhandl = Auth::user()->littlelink_name;
|
||||
@endphp
|
||||
<div class="modal-body">
|
||||
<div class="bd-example">
|
||||
<img draggable="false" src="{{isset($imgSrc)}}" style="width:100%;height:auto;" class="bd-placeholder-img img-thumbnail">
|
||||
<img draggable="false" src="@php if(isset($imgSrc)){echo $imgSrc;} @endphp" style="width:100%;height:auto;" class="bd-placeholder-img img-thumbnail">
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
Loading…
Reference in New Issue
Block a user