Skip to content

Commit

Permalink
fix: white page opening 'find shares' functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavaldodiya committed May 31, 2022
1 parent 170d91b commit 48fb37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sidebar/shares-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ContainerEl = styled(Container)`
display: block;
`;

const CustomItem: FC<any> = ({ folder }) => {
const CustomItem: FC<any> = ({ item: folder }) => {
const [checked, setChecked] = useState(false);
const [t] = useTranslation();

Expand Down

0 comments on commit 48fb37b

Please sign in to comment.