We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aaea8 commit aa633f4Copy full SHA for aa633f4
kafka-ui-react-app/src/components/Version/Version.tsx
@@ -21,7 +21,9 @@ const Version: React.FC = () => {
21
<S.Wrapper>
22
{!isLatestRelease && (
23
<S.OutdatedWarning
24
- title={`Your app version is outdated. Current latest version is ${versionTag}`}
+ title={`Your app version is outdated. Latest version is ${
25
+ versionTag || 'UNKNOWN'
26
+ }`}
27
>
28
<WarningIcon />
29
</S.OutdatedWarning>
0 commit comments