Skip to content

Commit 917a4f1

Browse files
committed
help #2
1 parent 222efe7 commit 917a4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/IGCard.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ type LeftPaneProps = {
3535
imageKey: number
3636
imageSrc: string
3737
isInactive: boolean
38+
inviteLink: string
39+
primaryIGHead: User | null
3840
}
3941

4042
const getContactButton = (contact: User | null, width?: string) => {
@@ -73,7 +75,6 @@ const getInviteLinkButton = (inviteLink: string, width?: string) => {
7375
variant='outline'
7476
size='xs'
7577
colorScheme='telegram'
76-
variant='outline'
7778
minWidth={width || 'auto'}
7879
maxWidth={width || 'auto'}
7980
rounded='15px'

0 commit comments

Comments
 (0)