Skip to content

Commit

Permalink
Updates JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rog404 committed Oct 16, 2024
1 parent c79c287 commit 72dbef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/src/Components/HttpStatusLabel/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ColoredLabel } from "../Label";
/**
* @component
* @param {Object} props
* @param { 400 | 500 | 5000 } props.status - The http status for the label
* @param { number } props.status - The http status for the label
* @returns {JSX.Element}
* @example
* // Render an 400 http status code label
Expand Down

0 comments on commit 72dbef7

Please sign in to comment.