fix: left sidebar style fixes (#3950)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-08-29 00:04:22 +08:00
committed by GitHub
parent e92d27549a
commit d62935935f
15 changed files with 235 additions and 99 deletions

View File

@@ -15,7 +15,7 @@ export const updaterHandlers = {
if (res) {
const { updateInfo } = res;
return {
updateInfo,
version: updateInfo.version,
};
}
return null;