We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fed0fd commit 384ccbfCopy full SHA for 384ccbf
src/components/Shared/ThreeBoxThreads.tsx
@@ -16,7 +16,7 @@ import { connect } from "react-redux";
16
import { IRootState } from "reducers";
17
import { showNotification, NotificationStatus } from "reducers/notifications";
18
import { IProfilesState, I3BoxThreadPost, I3BoxThread } from "reducers/profilesReducer";
19
-import * as css from "./ThreeboxThreads.scss";
+import * as css from "./ThreeBoxThreads.scss";
20
21
type IExternalProps = {
22
currentAccountAddress: Address;
0 commit comments