Skip to content

Commit

Permalink
fix: placate linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-ruxandra committed Dec 27, 2024
1 parent ecd0753 commit f053b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-client/src/components/buttons/Fab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import {StyleSheet} from 'react-native';
import {Surface, TouchableRippleProps} from 'react-native-paper';

import {ContainedButton} from 'terraso-mobile-client/components/Buttons/ContainedButton';
import {ContainedButton as Test} from 'terraso-mobile-client/components/buttons/ContainedButton';
import {IconName} from 'terraso-mobile-client/components/icons/Icon';

export type FabProps = {
Expand All @@ -30,7 +30,7 @@ export type FabProps = {

export const Fab = ({label, leftIcon, disabled, onPress}: FabProps) => (
<Surface style={styles.surface} elevation={2}>
<ContainedButton
<Test
label={label}
leftIcon={leftIcon}
disabled={disabled}
Expand Down

0 comments on commit f053b3f

Please sign in to comment.