Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys committed Sep 18, 2024
1 parent 73f429c commit 4847939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/src/pages/RequestorPage/RequestorTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import {
import { useIsSmScreen } from "@/hooks";
import { useOtelTrace } from "@/queries";
import { cn } from "@/utils";
import { Icon } from "@iconify/react";
import { Cross1Icon } from "@radix-ui/react-icons";
import { Tabs } from "@radix-ui/react-tabs";
import type { ReactNode } from "react";
import { useOrphanLogs } from "../RequestDetailsPage/RequestDetailsPageV2/useOrphanLogs";
import { CustomTabTrigger, CustomTabsContent, CustomTabsList } from "./Tabs";
import { useRequestorStore } from "./store";
import { Icon } from "@iconify/react";

type Props = {
traceId?: string;
Expand Down

0 comments on commit 4847939

Please sign in to comment.