diff --git a/src/components/Cards/AlltypeCard.js b/src/components/Cards/AlltypeCard.js index 7e3c98b3..07956790 100644 --- a/src/components/Cards/AlltypeCard.js +++ b/src/components/Cards/AlltypeCard.js @@ -55,7 +55,7 @@ export default class AlltypeCard extends React.Component { lineText.push(finalText.substr(0, finalText.length - 1)); } return lineText.map(text => ( - + {text} ));