Skip to content

Commit

Permalink
fix(ui): correctly show Include Node Info (#923)
Browse files Browse the repository at this point in the history
Fixes #917
  • Loading branch information
robertsLando authored Mar 22, 2021
1 parent 2a4902a commit 035bd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
persistent-hint
></v-switch>
</v-col>
<v-col v-if="newGateway.type !== 2" cols="6">
<v-col v-if="newGateway.payloadType !== 2" cols="6">
<v-switch
label="Include Node info"
hint="Include Node's Name and Location on Payload"
Expand Down

0 comments on commit 035bd0d

Please sign in to comment.