Skip to content

Commit

Permalink
🐛 fix: fix release table row key
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 21, 2023
1 parent 54be4ec commit 8b33be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const Render = memo<PluginRenderProps<WeatherResult>>(({ content }) => {
]}
dataSource={item.casts}
pagination={false}
rowKey={'date'}
/>
</Flexbox>
))}
Expand Down

0 comments on commit 8b33be6

Please sign in to comment.