Skip to content

Commit

Permalink
chore: removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJacobStephen committed Mar 12, 2024
1 parent 00647ad commit 8859c53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/hoppscotch-sh-admin/src/components.d.ts
Expand Up @@ -17,6 +17,7 @@ declare module '@vue/runtime-core' {
HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete']
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput']
HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem']
Expand Down
Expand Up @@ -21,7 +21,6 @@
</HoppSmartToggle>
</div>

<!-- TODO: Update the link below -->
<HoppButtonSecondary
outline
filled
Expand Down
Expand Up @@ -28,7 +28,6 @@
>
{{ t('data_sharing.toggle_description') }}
</HoppSmartToggle>
<!-- TODO: Update link -->
<HoppSmartAnchor
blank
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/telemetry"
Expand Down

0 comments on commit 8859c53

Please sign in to comment.