👽 Update to use new realm filter

This commit is contained in:
2024-08-19 00:44:35 +08:00
parent 6aadffb72b
commit ca253eb87b
7 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@
<span>{{ t("navPostsCaptionWithRealm", [`#${route.params.id}`]) }}</span>
</div>
<post-list :realm-id="parseInt(route.params.id?.toString())" />
<post-list :realm="route.params.id?.toString()" />
</v-container>
</template>