Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 21, 2023
1 parent be80d1f commit beb61e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/watermark/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit beb61e6

Please sign in to comment.