aboutsummaryrefslogtreecommitdiff
path: root/src/components/PollsList/PollsList.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-08-14 20:42:45 +0300
committereug-vs <eug-vs@keemail.me>2020-08-14 20:42:45 +0300
commit21e5bf9ee3dc4f284c10f7915921e1e407b65b5a (patch)
treecc4e4065a9bae7e8e9d574ee6886080855975b24 /src/components/PollsList/PollsList.tsx
parente4452e3e575b57031de83259bbd403faa7cdce2a (diff)
downloadwhich-ui-21e5bf9ee3dc4f284c10f7915921e1e407b65b5a.tar.gz
fix: resolve SpecialProps warning
Diffstat (limited to 'src/components/PollsList/PollsList.tsx')
-rw-r--r--src/components/PollsList/PollsList.tsx1
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]);