Skip to content

Commit 40becb5

Browse files
Rama KrishnaRama Krishna
authored andcommitted
disabling max-len in about us
1 parent b6845cd commit 40becb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/containers/About/About.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { provideHooks } from 'redial';
44
import MiniInfoBar from 'components/MiniInfoBar/MiniInfoBar';
55
import { isLoaded as isInfoLoaded, load as loadInfo } from 'redux/modules/info';
66

7+
/* eslint-disable max-len */
78
@provideHooks({
89
fetch: ({ store: { dispatch, getState } }) => !isInfoLoaded(getState()) ? dispatch(loadInfo()).catch(() => null) : Promise.resolve()
910
})

0 commit comments

Comments
 (0)