Skip to content

Commit

Permalink
Format everything with npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Jan 31, 2024
1 parent 12f3e0c commit 154f5b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/Player/DetectionsPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function DetectionsPlayer({
timestamp,
startOffset,
endOffset,
onAudioPlay
onAudioPlay,
}: {
feed: Pick<Feed, "nodeName">;
marks: { label: string; value: number }[];
Expand Down
5 changes: 1 addition & 4 deletions ui/src/components/layouts/MapLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ import { ReactElement, ReactNode, useEffect, useState } from "react";

import Drawer from "@/components/Drawer";
import Header from "@/components/Header";
import {
useFeedQuery,
useFeedsQuery,
} from "@/graphql/generated";
import { useFeedQuery, useFeedsQuery } from "@/graphql/generated";
import { displayDesktopOnly, displayMobileOnly } from "@/styles/responsive";

import Player, { PlayerSpacer } from "../Player";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mutation cancelCandidateNotifications($candidateId: ID!) {
vars
}
}
}
}
2 changes: 1 addition & 1 deletion ui/src/graphql/mutations/signOut.graphql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mutation signOut {
signOut
}
}

0 comments on commit 154f5b4

Please sign in to comment.