Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Dec 12, 2023
1 parent 91545df commit 2dfe4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MentionSuggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function MentionSuggestions({prefix, mentions, highlightedMentionIndex = 0, onSe
<Text
// eslint-disable-next-line react/no-array-index-key
key={`${text}${i}`}
style={[StyleUtils.getColoredBackgroundStyle(isColored), styles.mentionSuggestionsDisplayName]}
style={[StyleUtils.getColoredBackgroundStyle(isColored), styles.mentionSuggestionsHandle]}

Check failure on line 103 in src/components/MentionSuggestions.tsx

View workflow job for this annotation

GitHub Actions / typecheck

Property 'mentionSuggestionsHandle' does not exist on type '{ autoCompleteSuggestionsContainer: { backgroundColor: string; borderRadius: number; borderWidth: number; borderColor: string; justifyContent: "center"; boxShadow: "0px 4px 12px 0px rgba(0, 0, 0, 0.06)"; position: "absolute"; left: number; right: number; paddingVertical: 8; }; ... 818 more ...; gap7: { ...; }; }'. Did you mean 'mentionSuggestionsText'?
>
{text}
</Text>
Expand Down

0 comments on commit 2dfe4aa

Please sign in to comment.