Skip to content

Commit

Permalink
ENG-54964: [Micetro] Rename parameter contains bam to a generic name
Browse files Browse the repository at this point in the history
  • Loading branch information
haihuynh-bluecat committed Mar 29, 2024
1 parent 3033f17 commit 3578f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import PropTypes from 'prop-types';
import { useEffect } from 'react';
import { Layer } from '@bluecateng/pelagos';
import HeaderAccountMenu from './HeaderAccountMenu';
import HeaderBAM from './HeaderBAM';
import HeaderAuthentication from './HeaderBAM';
import HeaderHelpMenu from './HeaderHelpMenu';
import HeaderLogo from './HeaderLogo';
import HeaderSystemMenu from './HeaderSystemMenu';
Expand Down
6 changes: 3 additions & 3 deletions stories/HeaderBAM.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
import HeaderBAM from '../src/header/HeaderBAM';
import HeaderAuthentication from '../src/header/HeaderAuthentication';
import PlatformDataContext from '../src/components/PlatformDataContext';

const mockValue = {
Expand All @@ -35,8 +35,8 @@ const mockValue = {
};

export default {
title: 'Components/HeaderBAM',
component: HeaderBAM,
title: 'Components/HeaderAuthentication',
component: HeaderAuthentication,
decorators: [
(Story) => (
<PlatformDataContext.Provider value={mockValue}>
Expand Down

0 comments on commit 3578f94

Please sign in to comment.