Skip to content

Commit d2ee3ac

Browse files
committed
lint fix
1 parent ddffcba commit d2ee3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const ConnectDisputesList = ({
209209
onLoaderStart,
210210
}: CommonComponentProps): JSX.Element | null => {
211211
const {wrapper, component} =
212-
useCreateComponent('disputes-list');
212+
useCreateComponent('disputes-list');
213213

214214
useUpdateWithSetter(component, onLoaderStart, (comp, val) => {
215215
comp.setOnLoaderStart(val);

0 commit comments

Comments
 (0)