rm div-wrapper to chop long line from fixed-width button column

This commit is contained in:
Collin M. Barrett 2019-08-06 11:51:55 -05:00
parent 0dbcfd6987
commit c17c4e7c0f

View file

@ -46,9 +46,7 @@ export class AllListsTable extends React.Component<{}, State> {
width={123}
fixed="right"
render={(text: string, record: List, index: number) =>
<div>
<SubscribeButton key={index} viewUrl={text} viewUrlMirrors={record.viewUrlMirrors} name={record.name} />
</div>}
<SubscribeButton key={index} viewUrl={text} viewUrlMirrors={record.viewUrlMirrors} name={record.name} />}
/>
</Table>
);