diff --git a/app/components/EventListItem.tsx b/app/components/EventListItem.tsx index e8bd8d8ff..f6d9cd877 100644 --- a/app/components/EventListItem.tsx +++ b/app/components/EventListItem.tsx @@ -86,6 +86,7 @@ const EventListItem = ({ event, latest, document }: Props) => { return ( { - actions = [RPCAction.List]; + actions = [RPCAction.List, RPCAction.Info]; constructor(rootStore: RootStore) { super(rootStore, Revision);