Skip to content

Commit

Permalink
fix: fix default export issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed May 13, 2024
1 parent cc029dd commit b8eb8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/AppLayout/Notifications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ export const Notifications = ({
</Fragment>
);
};
Notifications.displayName = "Notifications";
2 changes: 1 addition & 1 deletion src/components/AppLayout/__test__/notification.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { render } from "@testing-library/react";
import Notification from "../Notifications/Notification";
import { Notification } from "../Notifications/Notification";
import userEvent from "@testing-library/user-event";

describe("Notification Component", () => {
Expand Down

0 comments on commit b8eb8df

Please sign in to comment.