Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Nov 6, 2024
1 parent 2915099 commit 00513be
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import messages from "./Messages";
import MarkdownContent from "../../../MarkdownContent/MarkdownContent";

const TestEnvironmentNotice = (props) => {
const environment = window.env.REACT_APP_ENVIRONMENT;
if(environment === 'production'){
const environment = window.env.REACT_APP_ENVIRONMENT;

if(environment === 'production'){
return (
<ul className="mr-bg-gradient-b-blue-darker-blue-dark mr-text-white mr-w-full">
<li className="mr-flex mr-justify-between mr-items-center mr-w-full mr-py-2 mr-px-16">
Expand Down

0 comments on commit 00513be

Please sign in to comment.