Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32161740
D3971.1765043697.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3971.1765043697.diff
View Options
diff --git a/native/chat/composed-message.react.js b/native/chat/composed-message.react.js
--- a/native/chat/composed-message.react.js
+++ b/native/chat/composed-message.react.js
@@ -136,7 +136,7 @@
<View style={styles.inlineSidebar}>
<InlineSidebar
threadInfo={item.threadCreatedFromMessage}
- positioning={positioning}
+ position={positioning}
/>
</View>
);
diff --git a/native/chat/inline-sidebar.react.js b/native/chat/inline-sidebar.react.js
--- a/native/chat/inline-sidebar.react.js
+++ b/native/chat/inline-sidebar.react.js
@@ -13,7 +13,7 @@
type Props = {
+threadInfo: ThreadInfo,
- +positioning: 'left' | 'center' | 'right',
+ +position: 'left' | 'center' | 'right',
};
function InlineSidebar(props: Props): React.Node {
const { threadInfo } = props;
diff --git a/native/chat/robotext-message.react.js b/native/chat/robotext-message.react.js
--- a/native/chat/robotext-message.react.js
+++ b/native/chat/robotext-message.react.js
@@ -56,7 +56,7 @@
<View style={styles.sidebar}>
<InlineSidebar
threadInfo={item.threadCreatedFromMessage}
- positioning="center"
+ position="center"
/>
</View>
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 5:54 PM (19 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839933
Default Alt Text
D3971.1765043697.diff (1 KB)
Attached To
Mode
D3971: [refactor] [native] [ENG-530] Remove positioning prop from InlineSidebar component
Attached
Detach File
Event Timeline
Log In to Comment