console: remove typo from relationships list

## Description
Remove an typo from the relationship details list

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10086
GitOrigin-RevId: 5ddc2af0f5b0a59b9bd3ef410b5e1dc6cd619a19
This commit is contained in:
Vijay Prasanna 2023-08-09 16:10:30 +05:30 committed by hasura-bot
parent 3ec1e5e2da
commit 79501fd7cb

View File

@ -85,7 +85,6 @@ export const RelationshipMapping = ({
<Columns mapping={relationship.definition.mapping} type="to" />
</>
)}
R
</div>
</div>
);