forked from jsnbuchanan/crowd-funder-for-time-pwa
add tests for new activity of offers-directly-to-user
This commit is contained in:
@@ -206,7 +206,10 @@
|
||||
v-if="numNewOffersToUser"
|
||||
class="bg-gradient-to-b from-green-400 to-green-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] px-4 py-4 rounded-md text-white"
|
||||
>
|
||||
<span class="block text-center text-6xl">
|
||||
<span
|
||||
class="block text-center text-6xl"
|
||||
data-testId="newDirectOffersActivityNumber"
|
||||
>
|
||||
{{ numNewOffersToUser }}
|
||||
</span>
|
||||
<p>new offer{{ numNewOffersToUser === 1 ? "" : "s" }} to you</p>
|
||||
|
||||
Reference in New Issue
Block a user