Commit c1090f1a by zhaochengxiang

bug fix

parent 07eca27b
...@@ -34,7 +34,7 @@ const FC = (props) => { ...@@ -34,7 +34,7 @@ const FC = (props) => {
if (modelerData?.id) { if (modelerData?.id) {
getComments() getComments()
} }
}, [modelerData]) }, [modelerData?.id])
const getComments = () => { const getComments = () => {
dispatch({ 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