Skip to content

Commit 8f47732

Browse files
committed
style: lint code
1 parent fe7ee5b commit 8f47732

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/_util/wave.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ export default defineComponent({
5858
};
5959
const getAttributeName = () => {
6060
const { insertExtraNode } = props;
61-
return insertExtraNode ? `${prefixCls.value}-click-animating` : `${prefixCls.value}-click-animating-without-extra-node`;
61+
return insertExtraNode
62+
? `${prefixCls.value}-click-animating`
63+
: `${prefixCls.value}-click-animating-without-extra-node`;
6264
};
6365
const onClick = (node: HTMLElement, waveColor: string) => {
6466
const { insertExtraNode, disabled } = props;

0 commit comments

Comments
 (0)