chore: prettier
This commit is contained in:
@@ -169,7 +169,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
||||
columns.map((column) => (
|
||||
<TableCell key={column}>{column}</TableCell>
|
||||
))
|
||||
) : "" }
|
||||
) : ""}
|
||||
</TableRow>
|
||||
</TableHead>
|
||||
{tableData.length > 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user