Skip to content

Commit 43c03ec

Browse files
fix: Removed unused variable
Removed an unused variable that blocked the info card about the current connection.
1 parent 34c0c6e commit 43c03ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/views/Settings.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ export default {
247247
data () {
248248
return {
249249
edgeAddress: undefined,
250-
correctEdgeAddress: false,
251-
edgePeerId: ''
250+
correctEdgeAddress: false
252251
}
253252
},
254253
mounted () {

0 commit comments

Comments
 (0)