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