Skip to content
Draft

Leagcy #1147

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
change Object to object
  • Loading branch information
bluebill1049 committed Oct 8, 2022
commit 24dd72e44b9457798bf6bc8d6c50ca3752b670a1
2 changes: 1 addition & 1 deletion src/components/ApiErrors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default React.memo(
errors:{" "}
<span
className={typographyStyles.typeText}
>{`Record<string, Object>`}</span>
>{`Record<string, object>`}</span>
</h2>
</code>

Expand Down