We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65546e commit 141d3c1Copy full SHA for 141d3c1
1 file changed
client/src/components/dashboard/AuditUserBalance.vue
@@ -45,7 +45,7 @@
45
<div class="d-flex justify-space-between align-end mb-4">
46
<div>
47
<h3 class="text-h6 font-weight-bold">Audit Results for {{ reportData.user_full_name
48
- }}</h3>
+ }}</h3>
49
<div class="text-body-2 text-medium-emphasis">Period: {{ reportData.year }} |
50
Reason: <span class="text-capitalize">{{ reportData.reason }}</span></div>
51
</div>
@@ -143,7 +143,7 @@
143
144
<div class="d-flex justify-end mt-4">
145
<v-btn v-if="reportData.discrepancy" color="error" @click="showFixConfirm = true"
146
- :loading="isFixing" size="comfortable" class="text-none font-weight-bold px-8">
+ :loading="isFixing" class="text-none font-weight-bold px-8">
147
Synchronize User Balance
148
</v-btn>
149
0 commit comments