juzhiyuan commented on a change in pull request #736:
URL: https://github.com/apache/apisix-dashboard/pull/736#discussion_r520186002



##########
File path: web/src/helpers.tsx
##########
@@ -96,3 +97,12 @@ export const getUrlQuery: (key: string) => string | false = 
(key: string) => {
   }
   return false;
 };
+
+export const timestampToLocaleString = (timestamp: number) => {
+  if (!timestamp) {
+    // TODO: i18n
+    return "None"

Review comment:
       This is a issue from backend, please see the related issue. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to