Skip to content

Commit

Permalink
remove unused mode variable
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 committed Feb 3, 2025
1 parent d187621 commit ecc16c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ export function SpanDetailTable(props: SpanDetailTableProps) {
const [items, setItems] = useState<Span[]>([]);
const [total, setTotal] = useState(0);
const [isSpansTableDataLoading, setIsSpansTableDataLoading] = useState(false);
const { mode } = props;

const fetchData = async () => {
setIsSpansTableDataLoading(true);
Expand Down

0 comments on commit ecc16c5

Please sign in to comment.