Skip to content

Commit 8f0ea3f

Browse files
committed
Set props as optional
1 parent 935f578 commit 8f0ea3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/HelpScout/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ const getIcon = (icon: HelpScoutIcon): JSX.Element => {
160160
interface Props {
161161
color?: string
162162
icon?: HelpScoutIcon
163-
zIndex: string
164-
horizontalPosition: 'left' | 'right'
163+
zIndex?: string
164+
horizontalPosition?: 'left' | 'right'
165165
}
166166

167167
const HelpScout = ({

0 commit comments

Comments
 (0)