Skip to content

Commit

Permalink
correct timeline flyout
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Jul 9, 2020
1 parent 133b471 commit 7f8fb8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { useState, useEffect } from 'react';
import { useRouteSpy } from '../route/use_route_spy';

const hideTimelineForRoutes = [`/cases/configure`, '/management'];
const hideTimelineForRoutes = [`/cases/configure`, '/administration'];

export const useShowTimeline = () => {
const [{ pageName, pathName }] = useRouteSpy();
Expand Down

0 comments on commit 7f8fb8d

Please sign in to comment.