Skip to content

Commit c06fb27

Browse files
show license alert for all users
[ci skip]
1 parent 91e8970 commit c06fb27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/VaultList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99
</div>
1010

11-
<LicenseAlert v-if="isLicenseViolated && isAdmin && licenseStatus" :is-admin="isAdmin" :license-status="licenseStatus" />
11+
<LicenseAlert v-if="isLicenseViolated && licenseStatus" :is-admin="isAdmin" :license-status="licenseStatus" />
1212

1313
<h2 class="text-2xl font-bold leading-9 text-gray-900 sm:text-3xl sm:truncate">
1414
{{ t('vaultList.title') }}

0 commit comments

Comments
 (0)