mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix PLT-6522 - "Unknown prop align on tag" warning from EmojiPicker (#6391)
This commit is contained in:
committed by
Harrison Healey
parent
d07e4068b4
commit
ec2433a1e1
@@ -27,7 +27,6 @@ export default class EmojiPickerPreview extends React.Component {
|
||||
previewImage = (<span className='sprite-preview'><img
|
||||
src='/static/emoji/img_trans.gif'
|
||||
className={' emojisprite-preview emoji-' + emoji.filename + ' '}
|
||||
align='absmiddle'
|
||||
/></span>);
|
||||
} else {
|
||||
// This is a custom emoji that matches the model on the server
|
||||
|
||||
Reference in New Issue
Block a user