chore: prettier
This commit is contained in:
@@ -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 ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user