diff --git a/src/components/DataTableCells/ProjectInvoicingCell.tsx b/src/components/DataTableCells/ProjectInvoicingCell.tsx new file mode 100644 index 000000000..890d9a768 --- /dev/null +++ b/src/components/DataTableCells/ProjectInvoicingCell.tsx @@ -0,0 +1,47 @@ +import React from 'react'; +import styled from 'styled-components'; +import { Popover2 } from '@blueprintjs/popover2'; +import { Button } from '@blueprintjs/core'; +import { CellType } from '@/constants'; +import { + Icon, + FormattedMessage as T, + ButtonLink, + DetailsMenu, + DetailItem, + FormatDate, +} from '@/components'; + +/** + * @return + */ +export function ProjectInvoicingCell({}) { + const content = ( + + + + Expense + + EXP-1000 + 2022-02-02 + $1000.00 + + + ); + return ( + +