ui: fix spelling error catagory -> category

Fixes #689
This commit is contained in:
Mike Salvatore 2021-02-02 13:47:45 -05:00
parent 13af101c2a
commit cc9b88b8e5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const renderTime = (val) => val.split('.')[0];
const columns = [
{title: 'Time', prop: 'timestamp', render: renderTime},
{title: 'Monkey', prop: 'monkey'},
{title: 'Type', prop: 'telem_catagory'},
{title: 'Type', prop: 'telem_category'},
{title: 'Details', prop: 'data', render: renderJson, width: '40%'}
];