Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMuzyk committed Mar 7, 2024
1 parent fdba153 commit b6e2b9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function PolicyDistanceRatesPage({policy, route}: PolicyDistanceRatesPageProps)
</View>
),
})),
[customUnit?.attributes?.unit, customUnitRates, selectedDistanceRates, styles.alignSelfCenter, styles.disabledText, styles.flexRow, styles.p1, styles.pl2, theme.icon, translate],
[customUnit?.attributes?.unit, customUnitRates, selectedDistanceRates, styles.alignSelfCenter, styles.flexRow, styles.p1, styles.pl2, styles.textSupporting, theme.icon, translate],
);

const addRate = () => {
Expand Down

0 comments on commit b6e2b9a

Please sign in to comment.