From 2810779810836d14238bc97a3e18f4e798dfffaf Mon Sep 17 00:00:00 2001 From: Nick Lee Date: Tue, 29 Dec 2020 10:07:15 +0000 Subject: [PATCH] bump version --- package.json | 2 +- src/HandMatrix.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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}