mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix(project-grid): show correct component
This commit is contained in:
parent
e219638b5f
commit
18866855e6
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ const cardTitles = ref< { label: string, togglable?: boolean, toggled?: boolean
|
|||
text-white
|
||||
w-full
|
||||
>
|
||||
<NewCard
|
||||
<Card
|
||||
v-for="project in group.projects"
|
||||
:key="project.id"
|
||||
:project="project"
|
||||
|
|
Loading…
Reference in a new issue