chore: fix lint

This commit is contained in:
二货机器人 2023-08-21 23:22:36 +08:00
parent be80d1fb5c
commit beb61e6751

View File

@ -200,7 +200,7 @@ const Watermark: React.FC<WatermarkProps> = (props) => {
// ============================= Effect =============================
// Append watermark to the container
const [appendWatermark, removeWatermark, isWatermarkEle] = useWatermark(markStyle, gapX);
const [appendWatermark, removeWatermark, isWatermarkEle] = useWatermark(markStyle);
useEffect(() => {
if (watermarkInfo) {