Skip to content

Commit

Permalink
tsify
Browse files Browse the repository at this point in the history
  • Loading branch information
raykyri committed Jun 2, 2023
1 parent 3674289 commit 2a70226
Show file tree
Hide file tree
Showing 30 changed files with 997 additions and 1,595 deletions.
110 changes: 0 additions & 110 deletions client/src/pages/report/COMPONENT_TEMPLATE.ts

This file was deleted.

11 changes: 0 additions & 11 deletions client/src/pages/report/STATELESS_TEMPLATE.ts

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/pages/report/components/barChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import React from "react";

const BarChart = ({comment, groupVotes, ptptCount/*, conversation*/}) => {
const BarChart = ({ comment, groupVotes, ptptCount, conversation }: { comment, groupVotes?, ptptCount, conversation }) => {

const rectStartX = 70;
const barHeight = 15;
Expand Down
Loading

0 comments on commit 2a70226

Please sign in to comment.