diff --git a/src/views/Main/DetailReworked.js b/src/views/Main/DetailReworked.js index c5702a3..45ef135 100644 --- a/src/views/Main/DetailReworked.js +++ b/src/views/Main/DetailReworked.js @@ -45,6 +45,7 @@ import ShareIcon from "../../icons/ShareIcon"; import Close from "../../icons/Close"; import { shortenText, parseFileName } from "../../utils/globals"; import transformToDescriptionDetail from "../../utils/transformJson"; +import { Helmet } from 'react-helmet'; import '/src/config.js'; @@ -538,13 +539,16 @@ useEffect(() => { ); + return ( - {isTourLoading ? ( ) : ( <> + + {tour?.title} + {/* close tab /modal in case no return history available ###### section */}