Browse Source

chore(gui-v2): add todo message

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
pull/2716/head
Braks 2 years ago committed by Pranav C
parent
commit
30e4de72ed
  1. 1
      packages/nc-gui-v2/components/general/Social.vue

1
packages/nc-gui-v2/components/general/Social.vue

@ -15,6 +15,7 @@ const isZhLang = $computed(() => locale.value.startsWith('zh'))
</script>
<template>
<!-- todo: add missing google analytics directive events -->
<v-list>
<general-share
v-if="isZhLang"

Loading…
Cancel
Save