fix: display postinstall message

This commit is contained in:
axolotle 2023-03-02 16:13:17 +01:00
parent 9c80617dd2
commit fa580fb3e7

View file

@ -15,7 +15,7 @@
</div>
<vue-showdown
v-for="[name, notif] in app.doc.notifications.postUpgrade" :key="name"
v-for="[name, notif] in app.doc.notifications.postInstall" :key="name"
:markdown="notif" flavor="github" :options="{ headerLevelStart: 4 }"
/>
</yuno-alert>