Skip to content

Commit fdd940a

Browse files
Update src/UniqueProvider/UniqueBody.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2f7fc2b commit fdd940a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniqueProvider/UniqueBody.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const UniqueBody = (props: UniqueBodyProps) => {
3838
uniqueBgStyle,
3939
} = props;
4040

41-
const floatBgCls = `${prefixCls}-unique-body`;
41+
const uniqueBodyCls = `${prefixCls}-unique-body`;
4242

4343
const [motionVisible, setMotionVisible] = React.useState(false);
4444

0 commit comments

Comments
 (0)