@@ -93,7 +93,6 @@ export const fileNameFromURL = str => {
|
||||
return pathname.slice(index + 1);
|
||||
};
|
||||
|
||||
export default @injectIntl
|
||||
class Video extends React.PureComponent {
|
||||
|
||||
static propTypes = {
|
||||
@@ -673,3 +672,5 @@ class Video extends React.PureComponent {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default injectIntl(Video);
|
||||
|
Reference in New Issue
Block a user