Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
[NC]: removes redundant id assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschapur committed Jun 5, 2024
1 parent 3719048 commit 4e3149a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/mocksi-lite/pages/tab-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import TabSelector from "./TabSelector";
document.addEventListener("DOMContentLoaded", () => {
const rootDiv = document.getElementById("tab-selector-container");
if (!rootDiv) return;
rootDiv.id = "tab-selector-container";
const reactRoot = ReactDOM.createRoot(rootDiv);
reactRoot.render(<TabSelector />);
});

0 comments on commit 4e3149a

Please sign in to comment.