Skip to content

Commit 59b3a3d

Browse files
committed
diffwidth marked as unused
1 parent dfc5c95 commit 59b3a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/sidebar/view/internal/secondary/Container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface WrapperStackProps {
4747

4848
const WrapperStack = styled(Stack, {
4949
shouldForwardProp: (prop) => prop !== "isSidebarOpen" && prop !== "sidebarWidth" && prop !== "diffWidth" && prop !== "isDiffOpen"
50-
})<WrapperStackProps>(({ theme, sidebarWidth, isSidebarOpen, diffWidth, isDiffOpen }) => {
50+
})<WrapperStackProps>(({ theme, sidebarWidth, isSidebarOpen, diffWidth: _diffWidth, isDiffOpen }) => {
5151

5252

5353
return {

0 commit comments

Comments
 (0)