mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Make details button conditional
This commit is contained in:
parent
08746df1c2
commit
ef2c9222d1
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@
|
|||
</LinkButton>
|
||||
|
||||
<LinkButton
|
||||
v-if="listing.endpoint.length"
|
||||
:href="listing.endpoint"
|
||||
:class="[
|
||||
'px-3 py-2 rounded-md text-sm pointer-events-auto focus:outline-none focus:text-white focus:bg-gray-700 transition duration-150 ease-in-out',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue