bugfixing
This commit is contained in:
parent
96854dfdc2
commit
2603299105
@ -107,7 +107,8 @@
|
||||
<div class="border border-gray-700">
|
||||
{#each items as item, index}
|
||||
<div
|
||||
class="flex border-gray-600 {index + 1 === items?.length
|
||||
class="flex border-gray-600 {index + 1 === items?.length &&
|
||||
data?.user?.tier !== 'Pro'
|
||||
? 'opacity-[0.2]'
|
||||
: ''}"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user