Skip to content

Commit 224a712

Browse files
committed
fix linting errors
1 parent d59a799 commit 224a712

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/components/Artifacts.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ export default function Artifacts({ projectId, papers }: ArtifactsProps) {
120120
return () => {
121121
stopPolling();
122122
};
123-
// eslint-disable-next-line react-hooks/exhaustive-deps
124123
}, [projectId]);
125124

126125
const handleCreateAudioOverview = async () => {
@@ -335,7 +334,7 @@ export default function Artifacts({ projectId, papers }: ArtifactsProps) {
335334
</DialogHeader>
336335
{atAudioLimit ? (
337336
<div className="mt-4 text-center p-4 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800/30 rounded-md">
338-
<p className="text-sm text-yellow-800 dark:text-yellow-200">You've used all your audio overviews for this week.</p>
337+
<p className="text-sm text-yellow-800 dark:text-yellow-200">You&apos;ve used all your audio overviews for this week.</p>
339338
<Link href="/pricing" passHref>
340339
<Button variant="link" className="p-0 h-auto text-sm">Upgrade your plan to create more.</Button>
341340
</Link>

0 commit comments

Comments
 (0)