fix: react hook
This commit is contained in:
@@ -188,7 +188,7 @@ const TemplateDetailPageV2: React.FC = () => {
|
|||||||
<div className="flex items-center justify-between py-4">
|
<div className="flex items-center justify-between py-4">
|
||||||
<div className="flex items-center space-x-4">
|
<div className="flex items-center space-x-4">
|
||||||
<button
|
<button
|
||||||
onClick={() => navigate('/templates-v2')}
|
onClick={() => navigate('/templates')}
|
||||||
className="flex items-center text-gray-600 hover:text-gray-900"
|
className="flex items-center text-gray-600 hover:text-gray-900"
|
||||||
>
|
>
|
||||||
<ArrowLeft size={20} />
|
<ArrowLeft size={20} />
|
||||||
|
|||||||
Reference in New Issue
Block a user