Skip to content

Commit

Permalink
[js] Settings.js: oprava mezer v info o aplikaci
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlukas committed Feb 19, 2020
1 parent a595f56 commit a6c111b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/AppRelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const AppRelease = () => {
}
return (
<Fragment>
{" ("}
{!isTaggedCommit() && "větev "}
<a
href={
Expand All @@ -26,7 +25,6 @@ const AppRelease = () => {
<UncontrolledTooltipWrapper target="AppRelease">
{isTaggedCommit() ? "Poznámky k verzi" : "Přejít na větev"} (GitHub)
</UncontrolledTooltipWrapper>
{")"}
</Fragment>
)
}
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/pages/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ class Settings extends Component {
<p className="text-center Settings_AppVersion">
<span className="font-weight-bold">Verze aplikace:</span>{" "}
<AppCommit />
<AppRelease /><AppDate />
{" ("}
<AppRelease />
{")"}<AppDate />{" "}
<a
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit a6c111b

Please sign in to comment.