fix(front): navigating to registration request not showing anything (#1836)

This commit is contained in:
wvffle 2022-07-25 20:52:15 +00:00 committed by JuniorJPDJ
parent 0551af5042
commit e588a72820
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fix navigating to registration request not showing anything (#1836)

View File

@ -8,7 +8,7 @@
</div> </div>
<template v-if="object"> <template v-if="object">
<div class="ui vertical stripe segment"> <div class="ui vertical stripe segment">
<user-request-card :obj="object" /> <user-request-card :init-obj="object" />
</div> </div>
</template> </template>
</main> </main>