Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Nov 4, 2023
1 parent ec8dfab commit c541460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FlatList/MVCPFlatList.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable es/no-optional-chaining, es/no-nullish-coalescing-operators, react/prop-types */
import PropTypes from 'prop-types';
import React from 'react';
import {FlatList} from 'react-native';
import PropTypes from 'prop-types';

function mergeRefs(...args) {
return function forwardRef(node) {
Expand Down

0 comments on commit c541460

Please sign in to comment.