mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
修复依赖日志查看
This commit is contained in:
parent
58383e9022
commit
25af639eef
|
@ -90,7 +90,7 @@ const DependenceLogModal = ({
|
|||
}, [dependence]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!socketMessage) return;
|
||||
if (!socketMessage || !dependence) return;
|
||||
const { type, message, references } = socketMessage;
|
||||
if (
|
||||
type === 'installDependence' &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user