chore: prettier

This commit is contained in:
karishmas6
2024-10-19 19:21:43 +05:30
parent 9775971de9
commit a6fcf31f4b

View File

@@ -169,7 +169,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
columns.map((column) => ( columns.map((column) => (
<TableCell key={column}>{column}</TableCell> <TableCell key={column}>{column}</TableCell>
)) ))
) : "" } ) : ""}
</TableRow> </TableRow>
</TableHead> </TableHead>
{tableData.length > 0 ? ( {tableData.length > 0 ? (