Skip to content

Commit

Permalink
Update client/src/features/ProjectPageV2/ProjectPageContent/Documenta…
Browse files Browse the repository at this point in the history
…tion/Documentation.tsx

Co-authored-by: Flora Thiebaut <[email protected]>
  • Loading branch information
ciyer and leafty authored Jan 17, 2025
1 parent 00a9fb6 commit c063f04
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ function DocumentationModal({
) : (
<div className="mb-2"></div>
)}
{isSuccess != null && !isSuccess && (
<RtkOrNotebooksError error={error} />
{result.error && (
<RtkOrNotebooksError error={result.error} />
)}
<DocumentationWordCount watch={watch} />
<Button
Expand Down

0 comments on commit c063f04

Please sign in to comment.