Delete ColumnBackButtonSlim, fix runtime warnings
This commit is contained in:
@@ -44,7 +44,7 @@ class AwaitingApproval extends ImmutablePureComponent {
|
||||
const showLoading = isLoading && accountIds.count() === 0;
|
||||
|
||||
return (
|
||||
<Column icon='user' heading={intl.formatMessage(messages.heading)} backBtnSlim>
|
||||
<Column icon='user' heading={intl.formatMessage(messages.heading)}>
|
||||
<ScrollableList
|
||||
isLoading={isLoading}
|
||||
showLoading={showLoading}
|
||||
|
||||
@@ -80,7 +80,7 @@ class Dashboard extends ImmutablePureComponent {
|
||||
if (!account) return null;
|
||||
|
||||
return (
|
||||
<Column icon='tachometer-alt' heading={intl.formatMessage(messages.heading)} backBtnSlim>
|
||||
<Column icon='tachometer-alt' heading={intl.formatMessage(messages.heading)}>
|
||||
<div className='dashcounters'>
|
||||
{mau && <div className='dashcounter'>
|
||||
<div>
|
||||
|
||||
@@ -60,7 +60,7 @@ class ModerationLog extends ImmutablePureComponent {
|
||||
const showLoading = isLoading && items.count() === 0;
|
||||
|
||||
return (
|
||||
<Column icon='balance-scale' heading={intl.formatMessage(messages.heading)} backBtnSlim>
|
||||
<Column icon='balance-scale' heading={intl.formatMessage(messages.heading)}>
|
||||
<ScrollableList
|
||||
isLoading={isLoading}
|
||||
showLoading={showLoading}
|
||||
|
||||
Reference in New Issue
Block a user