Skip to content

Commit

Permalink
Update Icon.astro (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
apetta authored Aug 16, 2024
1 parent f18661f commit 6e63280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/Icon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Props extends HTMLAttributes<"svg"> {
}
class AstroIconError extends Error {
public hint: string;
public hint: string = '';
constructor(message: string) {
super(message);
Expand Down

0 comments on commit 6e63280

Please sign in to comment.