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 !== '') {
|
||||
enqueueSnackbar(`There is new Swarm Dashboard version ${newBeeDesktopVersion}!`, {
|
||||
enqueueSnackbar(`There is new Swarm Desktop version ${newBeeDesktopVersion}!`, {
|
||||
variant: 'warning',
|
||||
preventDuplicate: true,
|
||||
key: 'desktopNewVersion',
|
||||
|
||||
Reference in New Issue
Block a user