mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix various issues
This commit is contained in:
@@ -91,9 +91,9 @@ const StyledTrack = styled.div<any>`
|
||||
`;
|
||||
|
||||
const Track = (props: any, state: any) => (
|
||||
// eslint-disable-next-line react/destructuring-assignment
|
||||
<StyledTrack
|
||||
{...props}
|
||||
// eslint-disable-next-line react/destructuring-assignment
|
||||
index={state.index}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user