File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/packages/frontend/project Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -126,19 +126,19 @@ export function NoInternetModal(props: NoInternetBannerProps) {
126
126
width = { showAddLicense ? 800 : undefined }
127
127
onCancel = { ( ) => dismissInternetWarning ( ) }
128
128
footer = {
129
- < Space >
130
- { ! showAddLicense && (
129
+ ! showAddLicense && (
130
+ < Space >
131
131
< Button onClick = { ( ) => setShowAddLicense ( true ) } >
132
132
{ intl . formatMessage ( {
133
133
id : "project.no-internet-modal.add-license" ,
134
134
defaultMessage : "Add License" ,
135
135
} ) }
136
136
</ Button >
137
- ) }
138
- < Button onClick = { ( ) => dismissInternetWarning ( ) } type = "primary" >
139
- { intl . formatMessage ( labels . dismiss ) }
140
- </ Button >
141
- </ Space >
137
+ < Button onClick = { ( ) => dismissInternetWarning ( ) } type = "primary" >
138
+ { intl . formatMessage ( labels . dismiss ) }
139
+ </ Button >
140
+ </ Space >
141
+ )
142
142
}
143
143
title = {
144
144
< >
You can’t perform that action at this time.
0 commit comments