feature(dashboard): add new retention chart type
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
e2065da16e
commit
f977c5454a
@@ -14,6 +14,6 @@ export function isBot(ua: string) {
|
||||
|
||||
return {
|
||||
name: res.name,
|
||||
type: res.category || 'Unknown',
|
||||
type: 'category' in res ? res.category : 'Unknown',
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user