fix: lỗi hiển thị ở frontend
This commit is contained in:
@@ -179,7 +179,7 @@ function App() {
|
||||
}
|
||||
|
||||
if (currentPage === 'notes') {
|
||||
return <MyNotePage onBack={() => setCurrentPage('tourDetail')} />;
|
||||
return <MyNotePage tourId={currentTourId!} onBack={() => setCurrentPage('tourDetail')} />;
|
||||
}
|
||||
|
||||
if (currentPage === 'explore') {
|
||||
|
||||
Reference in New Issue
Block a user