Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abelanger5 committed Feb 2, 2025
1 parent ee64fe0 commit 5848305
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/app/src/pages/main/workflow-runs/$run/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export default function ExpandedWorkflowRun() {
const { tenant } = useOutletContext<TenantContextType>();
invariant(tenant);

const tenantId = tenant.metadata.id;

const params = useParams();
invariant(params.run);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useQuery } from '@tanstack/react-query';
import { DataTable } from '@/components/molecules/data-table/data-table';
import { columns } from './events-columns';
import { useTenant } from '@/lib/atoms';
import { Row } from 'react-day-picker';

export function StepRunEvents({
taskRunId,
Expand Down

0 comments on commit 5848305

Please sign in to comment.