summaryrefslogtreecommitdiff
path: root/src/components/Global/InfoTooltip.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/InfoTooltip.vue')
-rw-r--r--src/components/Global/InfoTooltip.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Global/InfoTooltip.vue b/src/components/Global/InfoTooltip.vue
index 15141660..f3cb7f12 100644
--- a/src/components/Global/InfoTooltip.vue
+++ b/src/components/Global/InfoTooltip.vue
@@ -13,9 +13,9 @@ export default {
props: {
title: {
type: String,
- default: ''
- }
- }
+ default: '',
+ },
+ },
};
</script>