mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
chore: fix lint
This commit is contained in:
parent
be80d1fb5c
commit
beb61e6751
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user