Skip to content

Commit

Permalink
removed json preview for production
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-billy committed Jan 18, 2022
1 parent 43e86e2 commit c9d8167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/StepQuestions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import QuestionField from "./QuestionField";
import { useState, useEffect } from "react";
import ReactJson from "react-json-view";
//import ReactJson from "react-json-view";

const StepQuestions = ({
questions,
Expand All @@ -24,7 +24,7 @@ const StepQuestions = ({
handleUpdate={handleUpdate}
questionsTranslated={questionTranslated}
/>
<ReactJson src={JSON.parse(JSON.stringify(questionTranslated))} />
{/* <ReactJson src={JSON.parse(JSON.stringify(questionTranslated))} /> */}
</section>
);
};
Expand Down

1 comment on commit c9d8167

@vercel
Copy link

@vercel vercel bot commented on c9d8167 Jan 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.