Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
fix host announce when using non-standard ports
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Oct 23, 2021
1 parent 74c07e4 commit 35ed731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/config/AnnounceHostModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default {
},
computed: {
...mapState({
config: state => state.config,
configNetAddress: state => state.hostConfig.config.netaddress,
netAddress: state => state.netAddress,
host: state => state.explorer.host
Expand Down

0 comments on commit 35ed731

Please sign in to comment.