Update components/ChecklistItem/Apps.js

This commit is contained in:
Joachim 2019-02-08 22:13:06 +01:00 committed by GitHub
parent 1d88696603
commit ee03b13922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,5 +70,5 @@ export const Apps = ({ resource, handleAppsExpand }: Props) => {
)}
</AppsContainer>
);
}
};