Skip to content

Commit

Permalink
fix: unused elements
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanRos committed Aug 19, 2024
1 parent 167f806 commit cf037b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion expo/src/scenes/WelcomeScreen/Agreement.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const hitSlop = { top: 40, left: 40, right: 40, bottom: 40 };

const Agreement = ({ onAgree, agreed }) => {
const [showCGUs, setShowCGUs] = useState(false);
const [showPrivacyPolicy, setShowPrivacyPolicy] = useState(false);

const Wrapper = Platform.select({
ios: TouchableWithoutFeedback,
Expand Down

0 comments on commit cf037b5

Please sign in to comment.