Skip to content

Commit

Permalink
refactor: quick cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhadwen committed Apr 19, 2020
1 parent 6019caf commit ad32933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/containers/browse.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function BrowseContainer({ slides }) {
</Header.Group>
<Header.Group>
<Header.Search />
<Header.Profile onClick={() => console.log('hellooooooooooooo')}>
<Header.Profile>
<Header.Picture src={`/images/users/${user.photoURL}.png`} />
<Header.Dropdown>
<Header.Group>
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9207,11 +9207,6 @@ react-app-polyfill@^1.0.6:
regenerator-runtime "^0.13.3"
whatwg-fetch "^3.0.0"

react-content-loader@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/react-content-loader/-/react-content-loader-5.0.4.tgz#1493491d2f6b309d281d84144a655417ea734486"
integrity sha512-hxv4Td1kQxFOmIUbBZ2S3HGZ/jJr28aJvM+8fndm9TmNOE7tSde7WSTL6R68aTS6qE0BA3ptcWIErrP704pQSw==

react-dev-utils@^10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-10.2.1.tgz#f6de325ae25fa4d546d09df4bb1befdc6dd19c19"
Expand Down

0 comments on commit ad32933

Please sign in to comment.