Skip to content

Commit

Permalink
fix(ui): remove '>' sign from extractions table
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Apr 16, 2024
1 parent 7fb8c6d commit 45400f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/extraction/extractions-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default function RulesTable({
<TableCell colSpan={columns.length}>
<div className="flex space-x-2 divide-x">
<div className="flex items-center space-x-2">
<span className="font-bold">{" > "}Created At:</span>
<span className="font-bold">Created At:</span>
<span>
{new Date(
row.original.created_at + "Z"
Expand Down

0 comments on commit 45400f2

Please sign in to comment.