@@ -205,10 +205,9 @@ function ClientSetting({
205
205
< Stack direction = "row" alignItems = "center" spacing = { 1 } >
206
206
{ ( buttonsLoading [ name ] && (
207
207
< >
208
- < Typography sx = { { fontSize : 12 , width : 70 } } >
208
+ < Typography sx = { { fontSize : 12 , width : 90 } } >
209
209
Connect
210
210
</ Typography >
211
- < CircularProgress size = { 12 } />
212
211
</ >
213
212
) ) || (
214
213
< Typography sx = { { fontSize : 12 , width : 90 } } >
@@ -242,10 +241,9 @@ function ClientSetting({
242
241
< Stack direction = "row" alignItems = "center" spacing = { 1 } >
243
242
{ ( buttonsLoading [ name ] && (
244
243
< >
245
- < Typography sx = { { fontSize : 12 , width : 70 } } >
244
+ < Typography sx = { { fontSize : 12 , width : 90 } } >
246
245
Disconnect
247
246
</ Typography >
248
- < CircularProgress size = { 12 } />
249
247
</ >
250
248
) ) || (
251
249
< Typography sx = { { fontSize : 12 , width : 90 } } >
@@ -278,10 +276,9 @@ function ClientSetting({
278
276
< Stack direction = "row" alignItems = "center" spacing = { 1 } >
279
277
{ ( buttonsLoading [ name ] && (
280
278
< >
281
- < Typography sx = { { fontSize : 12 , width : 70 } } >
279
+ < Typography sx = { { fontSize : 12 , width : 90 } } >
282
280
Disconnect
283
281
</ Typography >
284
- < CircularProgress size = { 12 } />
285
282
</ >
286
283
) ) || (
287
284
< Typography sx = { { fontSize : 12 , width : 90 } } >
0 commit comments