Get parts on profile to update when user saves a new part
This commit is contained in:
@@ -97,9 +97,9 @@ const DELETE_PART_MUTATION = gql`
|
||||
}
|
||||
`
|
||||
|
||||
export const Loading = () => <div>Loading...</div>
|
||||
export const Loading = () => <div className="h-screen">Loading...</div>
|
||||
|
||||
export const Empty = () => <div>Empty</div>
|
||||
export const Empty = () => <div className="h-full">Empty</div>
|
||||
|
||||
export const Failure = ({ error }) => <div>Error: {error.message}</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user