From 8b3bfe87a7c5c0ca5e16ba9b57529aa202a8a264 Mon Sep 17 00:00:00 2001 From: prtkjakhar Date: Thu, 14 Sep 2023 11:35:03 +0530 Subject: [PATCH] modified label.ask_me in or --- apps/amakrushi/lang/or.json | 2 +- apps/amakrushi/src/components/HistoryPage/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/amakrushi/lang/or.json b/apps/amakrushi/lang/or.json index 8b5a7c47..d86cb47e 100644 --- a/apps/amakrushi/lang/or.json +++ b/apps/amakrushi/lang/or.json @@ -17,7 +17,7 @@ "label.submit":"ଦାଖଲ କର", "label.submit_review":"ସମୀକ୍ଷା ଦାଖଲ କରନ୍ତୁ", "label.mobile_number":"ମୋବାଇଲ୍ ନମ୍ବର", - "label.ask_me":"ଚାଷ ବିଷୟରେ ମୋତେ କିଛି ପଚାର", + "label.ask_me":"ଚାଷ ବିଷୟରେ ମୋତେ କିଛି ପଚାରନ୍ତୁ", "label.click":"ସତେଜ କରନ୍ତୁ", "label.new_chat":"ନୂଆ ଚାଟ୍", "label.confirm_delete":"ଆପଣ ନିଶ୍ଚିତ କି ଆପଣ ଏହି ବାର୍ତ୍ତାଳାପକୁ ବିଲୋପ କରିବାକୁ ଚାହୁଁଛନ୍ତି?", diff --git a/apps/amakrushi/src/components/HistoryPage/index.tsx b/apps/amakrushi/src/components/HistoryPage/index.tsx index 37f1d4a5..3aa3975e 100644 --- a/apps/amakrushi/src/components/HistoryPage/index.tsx +++ b/apps/amakrushi/src/components/HistoryPage/index.tsx @@ -63,7 +63,7 @@ const HistoryPage: NextPage = () => { }); }, [currentPage]); - const handlePageChange = (newPage) => { + const handlePageChange = (newPage: number) => { console.log("New Page:", newPage); setCurrentPage(newPage); };