feat: rm time from recent edits table
All checks were successful
Deploy eolas-app / deploy (push) Successful in 47s
All checks were successful
Deploy eolas-app / deploy (push) Successful in 47s
This commit is contained in:
parent
d8579876ad
commit
f89dbfab03
1 changed files with 59 additions and 63 deletions
|
|
@ -34,10 +34,6 @@ const columns = [
|
|||
accessorKey: "date",
|
||||
header: "Date",
|
||||
},
|
||||
{
|
||||
accessorKey: "time",
|
||||
header: "Time",
|
||||
},
|
||||
]
|
||||
|
||||
export default function RecentEdits() {
|
||||
|
|
@ -55,7 +51,7 @@ export default function RecentEdits() {
|
|||
month: "long",
|
||||
year: "numeric",
|
||||
}),
|
||||
time: time,
|
||||
// time: time,
|
||||
link: entry.title,
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue