mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix: project detail - project phase data bind
This commit is contained in:
parent
747a1d9e12
commit
7d2d9a4292
1 changed files with 6 additions and 3 deletions
|
@ -60,9 +60,12 @@ defineProps<{
|
||||||
h-10px
|
h-10px
|
||||||
w-10px
|
w-10px
|
||||||
rounded-full
|
rounded-full
|
||||||
bg-green
|
:class=" project.project_phase ? 'bg-green' : 'bg-red'"
|
||||||
/><p leading="20px lg:24px">
|
/><p
|
||||||
Mainnet
|
:class="project.project_phase ? 'text-white' : 'text-app-text-grey'"
|
||||||
|
leading="20px lg:24px"
|
||||||
|
>
|
||||||
|
{{ project.project_phase || 'N/A' }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue