fix complaint about a very long style line

This commit is contained in:
2026-01-04 16:22:03 -07:00
parent 11736b5751
commit 6e73ab4a84

View File

@@ -227,7 +227,8 @@
class="col-span-1 block w-fit text-center text-md px-1.5 py-2 rounded-md" class="col-span-1 block w-fit text-center text-md px-1.5 py-2 rounded-md"
:class=" :class="
libsUtil.canFulfillOffer(veriClaim, isRegistered) libsUtil.canFulfillOffer(veriClaim, isRegistered)
? 'bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white' ? // eslint-disable-next-line max-len
'bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white'
: 'bg-gray-300 text-gray-500 cursor-pointer opacity-50' : 'bg-gray-300 text-gray-500 cursor-pointer opacity-50'
" "
@click="handleAffirmDeliveryClick()" @click="handleAffirmDeliveryClick()"