From 632c6a37350c830902046546fc07ce764ca009a0 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 20 Jun 2020 22:28:43 +0800 Subject: feat: add a simple filter for proxy names --- src/components/Loading.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Loading.js') diff --git a/src/components/Loading.js b/src/components/Loading.js index 37fcef5..3547d03 100644 --- a/src/components/Loading.js +++ b/src/components/Loading.js @@ -1,5 +1,5 @@ -import React from 'react'; import PropTypes from 'prop-types'; +import React from 'react'; import s0 from './Loading.module.css'; @@ -13,7 +13,7 @@ const Loading = ({ height }) => { }; Loading.propTypes = { - height: PropTypes.string + height: PropTypes.string, }; export default Loading; -- cgit v1.3.1