remove unused async
This commit is contained in:
parent
a41e566c9e
commit
fdf39a2970
|
|
@ -157,7 +157,7 @@ export const UIModeView: React.FC<{}> = ({
|
|||
pathSeparator,
|
||||
});
|
||||
|
||||
const updateList = async () => {
|
||||
const updateList = () => {
|
||||
commandQueue.current = commandQueue.current.then(async () => {
|
||||
setIsLoading(true);
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue