Skip to content

Commit f88b0ad

Browse files
committed
fix: linter issue
1 parent e4ee46b commit f88b0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PropValidations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { safeStringify } from '@stoplight/json';
22
import { ISchema } from '@stoplight/types';
33
import * as React from 'react';
4+
import { MutedText } from './common/MutedText';
45
import { isCombiner } from './util/isCombiner';
56
import { pickValidations } from './util/pickValidations';
6-
import { MutedText } from './common/MutedText';
77

88
export const PropValidations: React.FunctionComponent<{ prop: ISchema }> = ({ prop }) => {
99
if (!isCombiner(prop)) {

0 commit comments

Comments
 (0)