|
|
@ -261,15 +261,15 @@ function UserFilter(props) { |
|
|
|
className="modlog-dropdown" |
|
|
|
sx={{ bg: darken('background', 0.03) }} |
|
|
|
> |
|
|
|
<div style={{height: '30px' }}> |
|
|
|
<div style={{ height: '30px' }}> |
|
|
|
<p style={{ color: '#999', fontSize: '14px', paddingRight: '8px' }}> |
|
|
|
Show banned users |
|
|
|
<input |
|
|
|
type="checkbox" |
|
|
|
checked={showBanned} |
|
|
|
style={{scale: '0.8', marginLeft: '5px' }} |
|
|
|
onChange={() => setShowBanned(!showBanned)} |
|
|
|
/> |
|
|
|
type="checkbox" |
|
|
|
checked={showBanned} |
|
|
|
style={{ scale: '0.8', marginLeft: '5px' }} |
|
|
|
onChange={() => setShowBanned(!showBanned)} |
|
|
|
/> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
{searchList.filter( |
|
|
|