Skip to content

Commit

Permalink
No more key on context
Browse files Browse the repository at this point in the history
  • Loading branch information
PzYon committed Jul 13, 2024
1 parent 88624b1 commit 392667d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/details/scraps/ScrapContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const ScrapContextProvider: React.FC<{
}

return (
<ScrapContext.Provider value={contextValue} key={currentScrap.scrapType}>
<ScrapContext.Provider value={contextValue}>
{children}
</ScrapContext.Provider>
);
Expand Down

0 comments on commit 392667d

Please sign in to comment.