add extension points for dashboard (#4483)

This commit is contained in:
Andrew Camilleri 2023-01-09 14:07:05 +01:00 committed by GitHub
parent a12bb1d9ce
commit ffeaf55c4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,7 @@
};
</script>
<div id="Dashboard" class="mt-4">
<vc:ui-extension-point location="dashboard" model="@Model"/>
@if (Model.WalletEnabled)
{
<vc:store-wallet-balance store="@store"/>