diff --git a/package.json b/package.json index 69dca72..ba02f43 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "scripts": { "build": "webpack --mode production" }, - "version": "0.2.1", + "version": "0.2.2", "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", diff --git a/src/HandMatrix.js b/src/HandMatrix.js index 708db19..342526a 100644 --- a/src/HandMatrix.js +++ b/src/HandMatrix.js @@ -1,6 +1,5 @@ import React from "react"; import PropTypes from 'prop-types'; -import { Textfit } from 'react-textfit'; import "./HandMatrix.css"; @@ -49,7 +48,7 @@ const ComboTile = React.memo( > {showText && ( <> -
+
{combo}
{comboSubtext}