mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Fix PR comments
This commit is contained in:
parent
fa0c32a478
commit
fdf7ef8fb2
@ -251,7 +251,7 @@ export const ArchiveTable = ({
|
||||
);
|
||||
};
|
||||
|
||||
function getColumns(onRevive: (feature: string) => Promise<void>) {
|
||||
const getColumns = (onRevive: (feature: string) => Promise<void>) => {
|
||||
return [
|
||||
{
|
||||
id: 'Seen',
|
||||
|
Loading…
Reference in New Issue
Block a user