minor fixes to status issue status

This commit is contained in:
Arwid Thornström
2024-06-10 21:47:02 +02:00
parent 3e6f910f67
commit 76f9f6fecc
@@ -39,11 +39,11 @@ module.exports = {
const getStatusIcon = (status: string): string => {
switch (status) {
case 'open':
return '✅';
return '✅ open';
case 'closed':
return '❌';
return '❌ closed';
case 'null':
return '❔';
return '❔ unknown';
}
};
@@ -121,7 +121,7 @@ module.exports = {
'| status',
'stack',
'branch',
'status',
'issue status',
'time since update',
'url'
])