Fix linter issues with prop ordering

This commit is contained in:
Paul Kaplan 2019-09-20 13:48:08 -04:00 committed by GitHub
parent aa6e85d863
commit bbbe0f8836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,8 @@ const Meta = props => {
property="og:description"
/>
<link
rel="canonical"
href={`https://scratch.mit.edu/projects/${id}`}
rel="canonical"
/>
</Helmet>
);