diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-14 20:42:45 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-14 20:42:45 +0300 |
commit | 21e5bf9ee3dc4f284c10f7915921e1e407b65b5a (patch) | |
tree | cc4e4065a9bae7e8e9d574ee6886080855975b24 /src/components/PollsList/PollsList.tsx | |
parent | e4452e3e575b57031de83259bbd403faa7cdce2a (diff) | |
download | which-ui-21e5bf9ee3dc4f284c10f7915921e1e407b65b5a.tar.gz |
fix: resolve SpecialProps warning
Diffstat (limited to 'src/components/PollsList/PollsList.tsx')
-rw-r--r-- | src/components/PollsList/PollsList.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/PollsList/PollsList.tsx b/src/components/PollsList/PollsList.tsx index 62273ef..41f9966 100644 --- a/src/components/PollsList/PollsList.tsx +++ b/src/components/PollsList/PollsList.tsx @@ -16,6 +16,7 @@ const PollsList: React.FC<PropTypes> = ({ polls, mutate }) => { index={index} style={style} key={key} + _key={key} /> ), [polls, mutate]); |