From a75c4d0a02dc3b0b6b0fe50666eeb7a54da8fb54 Mon Sep 17 00:00:00 2001 From: Woolim Cho Date: Sun, 16 Jun 2019 03:21:50 +0900 Subject: [PATCH] Add key to SlideUpPanel (#2845) --- app/screens/post_options/post_options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/screens/post_options/post_options.js b/app/screens/post_options/post_options.js index cdc701fbe..8f2be0ad7 100644 --- a/app/screens/post_options/post_options.js +++ b/app/screens/post_options/post_options.js @@ -429,6 +429,7 @@ export default class PostOptions extends PureComponent { marginFromTop={marginFromTop > 0 ? marginFromTop : 0} onRequestClose={this.close} initialPosition={initialPosition} + key={marginFromTop} > {options}