commit f01ccb9dc88e6a2bce05c67eef4e915eade7fd70
parent ee86054fa2733107755b1e00acbd1a9ee3c2ba28
Author: Matthew Horan <matt@matthoran.com>
Date: Mon, 8 Jul 2019 22:09:29 -0400
Pass the currentBuffer to BufferContainer
The buffer object is used to show the topic for the current buffer.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/usecase/App.tsx b/src/usecase/App.tsx
@@ -183,6 +183,7 @@ class App extends React.Component<Props, State> {
</View>
<BufferContainer
showTopic={showTopic}
+ buffer={currentBuffer}
sendMessage={this.sendMessage}
bufferId={currentBufferId}
/>