File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ts/elements/account-settings Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 116116 }
117117 }
118118 }
119- & [data-tab = " api " ] {
119+ & [data-tab = " apeKeys " ] {
120120 table {
121121 width : 100% ;
122122 border-spacing : 0 ;
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ const generateApeKey = new SimpleModal({
157157
158158let apeKeys : ApeKeys | null = { } ;
159159
160- const element = $ ( "#pageAccountSettings .tab[data-tab='api ']" ) ;
160+ const element = $ ( "#pageAccountSettings .tab[data-tab='apeKeys ']" ) ;
161161
162162async function getData ( ) : Promise < boolean > {
163163 showLoaderRow ( ) ;
@@ -277,7 +277,7 @@ let lostAccess = false;
277277
278278export async function update ( onApeKeyChangee ?: ( ) => void ) : Promise < void > {
279279 if ( lostAccess ) {
280- $ ( ".pageAccountSettings .tab[data-tab='api '] table" ) . remove ( ) ;
280+ $ ( ".pageAccountSettings .tab[data-tab='apeKeys '] table" ) . remove ( ) ;
281281 $ ( ".pageAccountSettings .section.apeKeys .buttons" ) . remove ( ) ;
282282 $ ( ".pageAccountSettings .section.apeKeys .lostAccess" ) . removeClass (
283283 "hidden"
You can’t perform that action at this time.
0 commit comments