Skip to content

Commit

Permalink
Fix Prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wlegolas committed Dec 27, 2023
1 parent d2fbd67 commit 5ddfe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InvertedFlatList/BaseInvertedFlatList.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PropTypes from 'prop-types';
import React, {forwardRef, useRef, useEffect} from 'react';
import React, {forwardRef, useEffect, useRef} from 'react';
import FlatList from '@components/FlatList';

const AUTOSCROLL_TO_TOP_THRESHOLD = 128;
Expand Down

0 comments on commit 5ddfe37

Please sign in to comment.