Skip to content

Commit edb41df

Browse files
committed
fix lint error
1 parent c854315 commit edb41df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui/src/config/section/storage.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ export default {
300300
dataView: true,
301301
args: (record, store) => {
302302
return (['Admin'].includes(store.userInfo.roletype) || store.features.allowuserexpungerecovervolume)
303-
? ['expunge'] : []
303+
? ['expunge'] : []
304304
},
305305
show: (record, store) => {
306306
return !['Destroy', 'Destroyed', 'Expunging', 'Expunged', 'Migrating', 'Uploading', 'UploadError', 'Creating', 'Allocated', 'Uploaded'].includes(record.state) &&
307-
record.type !== 'ROOT' && !record.virtualmachineid
307+
record.type !== 'ROOT' && !record.virtualmachineid
308308
}
309309
}
310310
]
@@ -563,4 +563,3 @@ export default {
563563
}
564564
]
565565
}
566-

0 commit comments

Comments
 (0)