Skip to content

Commit

Permalink
Merge pull request #106 from d4data-official/release/v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
super-bunny authored Dec 1, 2021
2 parents 04817da + 0bb1d42 commit b882c45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"name": "d4data-app",
"description": "D4Data app",
"version": "0.6.0",
"version": "0.6.1",
"repository": "https://github.com/d4data-official/d4data-app",
"author": "D4Data Team",
"main": "app/background.js",
Expand Down
2 changes: 0 additions & 2 deletions renderer/components/getters/Whereabouts.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react'
import MapIcon from '@mui/icons-material/Map'
import ListIcon from '@mui/icons-material/List'
import { GetterData } from '@d4data/archive-lib/dist/src/types/standardizer/GetterReturn'
import { Timeline } from '@mui/icons-material'
Expand All @@ -18,7 +17,6 @@ export default function Whereabouts({ data }: { data: NonNullable<GetterData<Arr
<AutoTabs
tabs={ [
{ label: t('stat'), icon: <Timeline/> },
{ label: t('map'), icon: <MapIcon/> },
{ label: t('list'), icon: <ListIcon/> },
] }
tabsContent={ [
Expand Down

0 comments on commit b882c45

Please sign in to comment.