Skip to content

Commit

Permalink
Fixed sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tahierhussain committed Jan 24, 2025
1 parent 0ffd1c4 commit 53b95bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function DisplayLogsAndNotifications() {
className="logs-container"
style={{ height: contentHeight + 40 }}
>
<div className="logs-handle" onMouseDown={onMouseDown}>
<div role="button" className="logs-handle" onMouseDown={onMouseDown}>
<LogsHeader
onSemiExpand={semiExpand}
onFullExpand={fullExpand}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const LogsHeader = memo(function LogsHeader({
});

LogsHeader.propTypes = {
mode: PropTypes.oneOf(["minimized", "semi", "full", "custom"]).isRequired,
onSemiExpand: PropTypes.func.isRequired,
onFullExpand: PropTypes.func.isRequired,
onMinimize: PropTypes.func.isRequired,
Expand Down

0 comments on commit 53b95bd

Please sign in to comment.