mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-22 08:19:47 +01:00
Fix HalRepresentationWithEmbedded type (#1793)
Fix HalRepresentationWithEmbedded type since _embedded can be null. Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
This commit is contained in:
@@ -38,7 +38,7 @@ class ProtocolInformation extends React.Component<Props> {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
<div className="content">
|
||||
<h4>{t("scm-svn-plugin.information.checkout")}</h4>
|
||||
<pre>
|
||||
<code>svn checkout {href}</code>
|
||||
|
||||
Reference in New Issue
Block a user