Skip to content

Commit

Permalink
fix(testimonial): remove info arguement
Browse files Browse the repository at this point in the history
  • Loading branch information
Odisseas Simou committed Mar 9, 2022
1 parent b9df52f commit 9593d95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/Testimonial/Testimonial.jsx
Expand Up @@ -6,8 +6,7 @@ import Pullquote from '../Pullquote/Pullquote';
import { Grid } from 'semantic-ui-react';

Testimonial.propTypes = {
title: PropTypes.string,
info: PropTypes.string,
title: PropTypes.string,
};

function Testimonial({ children, ...rest }) {
Expand Down

0 comments on commit 9593d95

Please sign in to comment.