mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix: project detail - audits
This commit is contained in:
parent
ea65eabc6b
commit
fedcb061d9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ defineProps<{
|
||||||
/>
|
/>
|
||||||
</ProjectDetailCategoryDivider>
|
</ProjectDetailCategoryDivider>
|
||||||
<ProjectDetailContainer>
|
<ProjectDetailContainer>
|
||||||
<div v-if="project.audits">
|
<div v-if="project.audits?.length">
|
||||||
<h2
|
<h2
|
||||||
text-18px
|
text-18px
|
||||||
text-app-text-grey
|
text-app-text-grey
|
||||||
|
|
Loading…
Reference in a new issue