|
@@ -42,7 +42,7 @@ class AdminHome extends React.Component {
|
|
|
return (
|
|
return (
|
|
|
<Fragment>
|
|
<Fragment>
|
|
|
{
|
|
{
|
|
|
- // Alert message will be displayed in case that V5 migration has not compleated yet
|
|
|
|
|
|
|
+ // Alert message will be displayed in case that V5 migration has not compleated
|
|
|
(isV5Compatible != null && !isV5Compatible)
|
|
(isV5Compatible != null && !isV5Compatible)
|
|
|
&& (
|
|
&& (
|
|
|
<div className={`alert ${alertStyle}`}>
|
|
<div className={`alert ${alertStyle}`}>
|