1
0
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:
andreas-unleash 2022-06-07 13:27:05 +03:00
parent fa0c32a478
commit fdf7ef8fb2

View File

@ -251,7 +251,7 @@ export const ArchiveTable = ({
);
};
function getColumns(onRevive: (feature: string) => Promise<void>) {
const getColumns = (onRevive: (feature: string) => Promise<void>) => {
return [
{
id: 'Seen',