mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix issue (#6393)
This commit is contained in:
committed by
George Goldberg
parent
01fab5de94
commit
b1c39204a6
@@ -68,7 +68,7 @@ export default function PostFlagIcon(props) {
|
||||
);
|
||||
}
|
||||
|
||||
return '';
|
||||
return null;
|
||||
}
|
||||
|
||||
PostFlagIcon.propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user