File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -95,19 +95,21 @@ export default class Modal extends Component {
95
95
< span > { t ( formattedError ) } </ span >
96
96
</ div >
97
97
) }
98
- { isLocal && formattedError && formattedError . includes ( 'Failed to load settings from' ) && (
99
- < div >
100
- < button
101
- onclick = { e => {
98
+ { isLocal &&
99
+ formattedError &&
100
+ formattedError . includes ( "Failed to load settings from" ) && (
101
+ < div >
102
+ < button
103
+ onclick = { e => {
102
104
clearSiteURL ( e ) ;
103
105
clearStoreError ( null ) ;
104
- } }
105
- className = "btnLink forgotPasswordLink"
106
- >
107
- { t ( "site_url_link_text" ) }
108
- </ button >
109
- </ div >
110
- ) }
106
+ } }
107
+ className = "btnLink forgotPasswordLink"
108
+ >
109
+ { t ( "site_url_link_text" ) }
110
+ </ button >
111
+ </ div >
112
+ ) }
111
113
{ children }
112
114
</ div >
113
115
</ div >
You can’t perform that action at this time.
0 commit comments