Skip to content

Commit

Permalink
more linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Sep 20, 2023
1 parent 5cb4c26 commit 33dbfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/containers/Operations/Operation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const OperationReplyInfo: React.FunctionComponent<Props> = props => {
className={`w-1 h-11 ${
typeLabel === 'REQUEST' ? 'bg-red-600' : 'bg-orange-600'
}`}
></div>
/>
<div className="p-4">
<h3 className="text-sm">
<span className="mr-2 uppercase" title={type}>
Expand Down

0 comments on commit 33dbfb7

Please sign in to comment.