Skip to content

Commit

Permalink
fix missing prop-type in Certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 committed Aug 28, 2024
1 parent 82c48da commit d5d1eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Loader, SpacedText, ZooniverseLogo } from '@zooniverse/react-components'
import { Box } from 'grommet'
import { number, shape, string } from 'prop-types'
import { bool, number, shape, string } from 'prop-types'
import styled from 'styled-components'

import {
Expand Down

0 comments on commit d5d1eb3

Please sign in to comment.