File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
client/webserver/site/src Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 97
97
<span class="ico-barchart fs16 me-2"></span>
98
98
[[[Market Making]]]
99
99
</a>
100
- <a href="/settings" class="demi hoverbright plainlink d-flex align-items-center py-1">
100
+ <a href="/settings" class="demi hoverbright plainlink d-flex align-items-center py-1 authed-only ">
101
101
<span class="ico-settings fs16 me-2"></span>
102
102
[[[Settings]]]
103
103
</a>
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ export default class SettingsPage extends BasePage {
61
61
app ( ) . showPopups = show
62
62
} )
63
63
64
+ Doc . bind ( page . addADex , 'click' , ( ) => {
65
+ this . dexAddrForm . refresh ( )
66
+ this . showForm ( page . dexAddrForm )
67
+ } )
68
+
64
69
this . fiatRateSources . forEach ( src => {
65
70
Doc . bind ( src , 'change' , async ( ) => {
66
71
const res = await postJSON ( '/api/toggleratesource' , {
You can’t perform that action at this time.
0 commit comments