Commit 1d1f2be0 authored by Chunchi Che's avatar Chunchi Che

fix CardDetail.tsx

parent 0b83901f
Pipeline #23353 passed with stages
in 12 minutes and 56 seconds
......@@ -101,7 +101,7 @@ export const CardDetail: React.FC<{
}
}
return result;
}, [code]);
}, [card]);
return (
<div className={classNames(styles.detail, { [styles.open]: open })}>
......
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