We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bf57f commit 60049ccCopy full SHA for 60049cc
components/ui/internal/board/index.tsx
@@ -46,7 +46,7 @@ export default function Board({ }: BoardProps) {
46
}
47
48
49
-function PositionCard({ position }: { Position }) {
+function PositionCard({ position }: { position: Position }) {
50
const { isDesktop } = useWindowType();
51
const clipboard = useClipboard({ value: position.email, timeout: 2000 });
52
return (
0 commit comments