Skip to content

Commit

Permalink
[FIX]: Remove extra parent on persistWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
masoud-shahpoori committed Nov 2, 2024
1 parent a41bd65 commit ca9ef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistor/PersistorWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function PersistWrapper({
};
}, []);

return <div>{children}</div>;
return <>{children}</>;
}

export default PersistWrapper;

0 comments on commit ca9ef65

Please sign in to comment.