fix wrong redirect on player tag click
This commit is contained in:
		| @@ -17,7 +17,7 @@ class Tag extends React.Component<props> { | |||||||
|         if (this.props.onclick) { |         if (this.props.onclick) { | ||||||
|             return this.renderButton(); |             return this.renderButton(); | ||||||
|         } else { |         } else { | ||||||
|             return <Link to={'/categories/' + this.props.tagInfo.TagId}>{this.renderButton()}</Link>; |             return <Link to={'/media/categories/' + this.props.tagInfo.TagId}>{this.renderButton()}</Link>; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user