Skip to content

Commit

Permalink
version 0.50.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GatherContent Servers authored and gathercontent-servers committed Oct 20, 2023
1 parent 6d17bd6 commit 06ba595
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Notification/blip/NotificationBlip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ interface Props {

export default function NotificationBlip({ className }: Props) {
const classes = cx('notification-blip', className);
return <div className={classes}></div>;
return <div className={classes} />;
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gather-content-ui",
"version": "0.50.5",
"version": "0.50.6",
"description": "GatherContent UI Library",
"keywords": [
"React",
Expand Down

0 comments on commit 06ba595

Please sign in to comment.