Skip to content

Commit

Permalink
format drinks
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderHageman committed Sep 30, 2023
1 parent 6b5c268 commit 283981c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Drinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import Markdown from 'markdown-to-jsx';

class Drinks extends React.Component {
renderDescription = (drinks, lg) => {
return (
<Markdown>
{drinks.descriptionlong.descriptionlong}
</Markdown>
);
return <Markdown>{drinks.descriptionlong.descriptionlong}</Markdown>;
};

render() {
Expand Down

0 comments on commit 283981c

Please sign in to comment.