Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Dec 7, 2023
1 parent 7ddccaa commit 1891529
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Network } from '@dcl/schemas/dist/dapps/network'
import { storiesOf } from '@storybook/react'
import { UserInformationContainer } from './UserInformationContainer'
import { avatar } from '../../data/avatar'
import { NotificationActiveTab } from '../Notifications/types'

storiesOf('UserInformationContainer', module)
.add('Signed out', () => <UserInformationContainer />)
Expand Down Expand Up @@ -59,7 +60,7 @@ storiesOf('UserInformationContainer', module)
isLoading: false,
items: [],
locale: 'en',
activeTab: 'newest',
activeTab: NotificationActiveTab.NEWEST,
onBegin: console.log,
onChangeTab: console.log,
onClick: console.log,
Expand Down

0 comments on commit 1891529

Please sign in to comment.