Skip to content

Commit

Permalink
Fix type-error for now
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Sep 18, 2024
1 parent fbd34e0 commit 80dc328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LogFileItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const looksLikeError = (originalMsg: object): Error | false => {
}
};

const LogFileItem: FC<LogFileItemProps> = ({ logFileItem, index, length }) => {
const LogFileItem: FC<LogFileItemProps> = ({ logFileItem }) => {
return (
<Box
display="flex"
Expand Down

0 comments on commit 80dc328

Please sign in to comment.