Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Sep 16, 2024
1 parent ef72f6e commit 747372d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function SelectDelegateRolePage({route}: SelectDelegateRolePageProps) {
isAlternateTextMultilineSupported
alternateTextNumberOfLines={4}
initiallyFocusedOptionKey={roleOptions.find((role) => role.isSelected)?.keyForList}
shouldUpdateFocusedIndex={true}
shouldUpdateFocusedIndex
headerContent={
<Text style={[styles.ph5, styles.pb5, styles.pt3]}>
<>
Expand Down

0 comments on commit 747372d

Please sign in to comment.