Commit c1090f1a by zhaochengxiang

bug fix

parent 07eca27b
......@@ -34,7 +34,7 @@ const FC = (props) => {
if (modelerData?.id) {
getComments()
}
}, [modelerData])
}, [modelerData?.id])
const getComments = () => {
dispatch({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment