mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add list title to details drawer
This commit is contained in:
parent
70228ee353
commit
8185a34676
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ export const ListDetailsDrawer = (props: RouteComponentProps & Props) =>
|
|||
<Drawer
|
||||
visible={true}
|
||||
onClose={() => props.history.push("/")}>
|
||||
<h2>{props.list.name}</h2>
|
||||
<Description {...props.list} />
|
||||
<SubscribeButton {...props.list} />
|
||||
</Drawer>;
|
||||
Loading…
Reference in a new issue