Skip to content

Commit c478eac

Browse files
committed
fix: CI 문제 해결
폴더 이름에 공백이 들어가서 실패하던 문제 해결
1 parent 5b25c57 commit c478eac

File tree

1 file changed

+1
-1
lines changed
  • client/src/components/common/CopyButton

1 file changed

+1
-1
lines changed

client/src/components/common/CopyButton/index.tsx renamed to client/src/components/common/CopyButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33

44
interface CopyButton {
55
target: string;
6-
className: string;
6+
className?: string;
77
}
88

99
function CopyButton({ target, className }: CopyButton) {

0 commit comments

Comments
 (0)