mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore: enable no-unused vars (#2181)
This commit is contained in:
@@ -77,7 +77,7 @@ export const StyledToolWrapper = styled('div')(({ theme }) => {
|
||||
});
|
||||
|
||||
export const StyledSliderResizer = styled('div')<{ isResizing: boolean }>(
|
||||
({ theme }) => {
|
||||
() => {
|
||||
return {
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
|
||||
Reference in New Issue
Block a user