classcard-ui 0.2.418 → 0.2.419

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.418",
3
+ "version": "0.2.419",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -2,7 +2,7 @@
2
2
  <div class="flex h-full flex-col">
3
3
  <div class="flex items-center justify-between">
4
4
  <label class="block text-sm font-medium text-gray-900">{{ label }}</label>
5
- <label v-if="isUploaded" class="block text-sm font-medium text-gray-400">
5
+ <label v-if="!isUploaded" class="block text-sm font-medium text-gray-400">
6
6
  {{ hint }}
7
7
  </label>
8
8
  </div>