fix: correct misleading update warning message for desktop version (#218)
This commit is contained in:
committed by
Bálint Ujvári
parent
b58f01cc2b
commit
bc2c0addbb
@@ -48,7 +48,7 @@ const Dashboard = (props: Props): ReactElement => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (newBeeDesktopVersion !== '') {
|
if (newBeeDesktopVersion !== '') {
|
||||||
enqueueSnackbar(`There is new Swarm Dashboard version ${newBeeDesktopVersion}!`, {
|
enqueueSnackbar(`There is new Swarm Desktop version ${newBeeDesktopVersion}!`, {
|
||||||
variant: 'warning',
|
variant: 'warning',
|
||||||
preventDuplicate: true,
|
preventDuplicate: true,
|
||||||
key: 'desktopNewVersion',
|
key: 'desktopNewVersion',
|
||||||
|
|||||||
Reference in New Issue
Block a user