Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
doggan committed Sep 5, 2023
1 parent 0796dd4 commit 7c5ad90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ enum Status {

type StatusBadgeProps = {
status: Status;
style: CSSProperties;
style?: CSSProperties;
};

export function StatusBadge({ status, style }: StatusBadgeProps) {
Expand Down

0 comments on commit 7c5ad90

Please sign in to comment.