Skip to content

Commit

Permalink
fix: ssr for header
Browse files Browse the repository at this point in the history
  • Loading branch information
timrbula committed Jul 6, 2022
1 parent 2f1ab5c commit 0b88bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boomerang-io/carbon-addons-boomerang-react",
"description": "Carbon Addons for Boomerang apps",
"version": "2.0.7",
"version": "2.0.8",
"author": {
"name": "Tim Bula",
"email": "timrbula@gmail.com"
Expand Down
1 change: 1 addition & 0 deletions src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
import { settings } from 'carbon-components';
import FocusTrap from 'focus-trap-react';
import { SkipToContent } from 'carbon-components-react';
import window from 'window-or-global';
import PlatformNotificationsContainer from '../PlatformNotifications';
import HeaderMenu from '../HeaderMenu';
import NotificationsContainer from '../Notifications/NotificationsContainer';
Expand Down

0 comments on commit 0b88bc9

Please sign in to comment.