Skip to content

Commit

Permalink
Appease prettier #2712
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Jun 15, 2022
1 parent f8eb3b8 commit b510c16
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ import { SnackbarAlert } from '../SnackbarAlert';
import { useParams, Link } from 'react-router-dom';

import Helmet from 'react-helmet';
import { selectVersion, selectEnv, selectDiseaseName } from '../../redux/app/selectors';
import {
selectVersion,
selectEnv,
selectDiseaseName,
} from '../../redux/app/selectors';
import { MapLink } from '../../constants/types';
import { getReleaseNotesUrl } from '../util/helperFunctions';
import { getDiseaseName } from '../../redux/app/thunk';
Expand Down Expand Up @@ -114,7 +118,7 @@ const MoreInformationLinks = ({
classes,
version,
env,
}: StyleProps & { version: string; env: string; diseaseName: string; }) => {
}: StyleProps & { version: string; env: string; diseaseName: string }) => {
const dispatch = useAppDispatch();

useEffect(() => {
Expand Down

0 comments on commit b510c16

Please sign in to comment.