Skip to content
Snippets Groups Projects
Commit 12d7d8c6 authored by lfr20's avatar lfr20
Browse files

Hot fix

parent acf25b95
No related branches found
No related tags found
4 merge requests!100Changed recaptcha key to the production one, removed console.logs and fixed...,!99Changed recaptcha key to the production one, removed console.logs and fixed...,!98Changed recaptcha key to the production one, removed console.logs and fixed...,!97Develop copy to implement accessibility
...@@ -35,6 +35,8 @@ import { getDefaultThumbnail } from '../HelperFunctions/getDefaultThumbnail' ...@@ -35,6 +35,8 @@ import { getDefaultThumbnail } from '../HelperFunctions/getDefaultThumbnail'
import { getRequest } from '../HelperFunctions/getAxiosConfig.js' import { getRequest } from '../HelperFunctions/getAxiosConfig.js'
import ReCaptcha from 'react-recaptcha' import ReCaptcha from 'react-recaptcha'
import Chip from '@material-ui/core/Chip' import Chip from '@material-ui/core/Chip'
import Rating from '@material-ui/lab/Rating';
import StarBorderIcon from '@material-ui/icons/StarBorder';
export default function PartThree(props) { export default function PartThree(props) {
var moment = require('moment') var moment = require('moment')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment