Skip to content

Commit

Permalink
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 24, 2024
1 parent 19b352f commit 0a24e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions florist/app/jobs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ export function TableRow({
serverAddress: string;
clientsInfo: Array<ClientInfo>;
}): ReactElement {
if (clientsInfo === null) {
return <td/>;
if (clientsInfo === null) {
return <td />;
}
return (
<tr>
Expand Down

0 comments on commit 0a24e72

Please sign in to comment.