Skip to content

Commit 384ccbf

Browse files
committed
fix character case error
1 parent 3fed0fd commit 384ccbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Shared/ThreeBoxThreads.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { connect } from "react-redux";
1616
import { IRootState } from "reducers";
1717
import { showNotification, NotificationStatus } from "reducers/notifications";
1818
import { IProfilesState, I3BoxThreadPost, I3BoxThread } from "reducers/profilesReducer";
19-
import * as css from "./ThreeboxThreads.scss";
19+
import * as css from "./ThreeBoxThreads.scss";
2020

2121
type IExternalProps = {
2222
currentAccountAddress: Address;

0 commit comments

Comments
 (0)