Skip to content

Commit b492869

Browse files
committed
lintfix
1 parent 5f1ee0a commit b492869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/_app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Fragment } from 'react'
1+
import React from 'react'
22
import App, { Container } from 'next/app'
33
import Head from 'next/head'
44
import Sidebar from '../components/sidebar'
@@ -27,7 +27,7 @@ class OSMHydra extends App {
2727

2828
render () {
2929
const { Component, pageProps, userData } = this.props
30-
let bannerContent
30+
let bannerContent
3131
let { uid, username, picture } = userData
3232

3333
// store the userdata in localstorage if in browser

0 commit comments

Comments
 (0)