Skip to content

Commit d07d807

Browse files
committed
tweak
1 parent d95d2e2 commit d07d807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-connections/src/components/connection-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type ConnectionModalProps = Omit<
2323
const ConnectionModal: React.FunctionComponent<ConnectionModalProps> = ({
2424
initialConnectionInfo,
2525
...props
26-
}: ConnectionModalProps) => {
26+
}) => {
2727
if (!initialConnectionInfo) {
2828
return null;
2929
}

0 commit comments

Comments
 (0)