Skip to content

Commit

Permalink
add contract display
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Nov 9, 2024
1 parent 25004d9 commit e3230bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/contracts/ContractDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { Contract } from "./types.ts";
import { Row } from "../Row.tsx";
import dayjs from "npm:[email protected]";
import ms from "ms";
import React from 'react';

const STARTED = "▶";
const UPCOMING = "⏸";
Expand Down

0 comments on commit e3230bf

Please sign in to comment.