Skip to content

Commit d6d56b5

Browse files
ElinorWMnickii
andauthored
add whitespace
Co-authored-by: Nickii Miaro <[email protected]>
1 parent b847b6c commit d6d56b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/sidebar/resource-explorer/collection/APICollection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const APICollection: React.FC<PopupsComponent<APICollection>> = (props) => {
3333
const [isDialogHidden, setIsDialogHidden] = useState(true);
3434
const [uploadedCollections, setUploadedCollections] = useState<ResourcePath[]>([]);
3535
const [fileInputKey, setFileInputKey] = useState(Date.now());
36-
const[items, setItems] = useState<ResourcePath[]>([]);
36+
const [items, setItems] = useState<ResourcePath[]>([]);
3737
const [loading, setLoading] = useState(true);
3838

3939
useEffect(() => {

0 commit comments

Comments
 (0)