Skip to content

Commit

Permalink
remove unused useeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jun 29, 2023
1 parent a615f3f commit 8a0ef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/room/UserProfileSidebar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useCallback, useEffect } from "react";
import React, { useCallback } from "react";
import PropTypes from "prop-types";
import { Sidebar } from "../sidebar/Sidebar";
import { CloseButton } from "../input/CloseButton";
Expand Down

0 comments on commit 8a0ef4e

Please sign in to comment.