Get parts on profile to update when user saves a new part
This commit is contained in:
@@ -24,14 +24,7 @@ export const QUERY = gql`
|
||||
export const Loading = () => <div>Loading...</div>
|
||||
|
||||
export const Empty = () => {
|
||||
return (
|
||||
<div className="rw-text-center">
|
||||
{'No parts yet. '}
|
||||
<Link to={routes.draftPart()} className="rw-link">
|
||||
{'Create one?'}
|
||||
</Link>
|
||||
</div>
|
||||
)
|
||||
return <div className="rw-text-center">No parts yet.</div>
|
||||
}
|
||||
|
||||
export const Success = ({
|
||||
|
||||
Reference in New Issue
Block a user