Skip to content

Commit 60049cc

Browse files
committed
fix build error
1 parent 95bf57f commit 60049cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/internal/board/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Board({ }: BoardProps) {
4646
}
4747

4848

49-
function PositionCard({ position }: { Position }) {
49+
function PositionCard({ position }: { position: Position }) {
5050
const { isDesktop } = useWindowType();
5151
const clipboard = useClipboard({ value: position.email, timeout: 2000 });
5252
return (

0 commit comments

Comments
 (0)