mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fixing react hook error
This commit is contained in:
@@ -39,8 +39,6 @@ const learningItem = ({
|
||||
userAction,
|
||||
link
|
||||
}: ItemProps): JSX.Element => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
if (link) {
|
||||
return (
|
||||
<Link href={link}>
|
||||
|
||||
Reference in New Issue
Block a user