fix: ๐Ÿ› channel time offline

This commit is contained in:
AP 2020-05-21 10:30:06 +02:00
parent bd91df5f00
commit c3804851cf

View file

@ -70,7 +70,7 @@ export const getChannels = {
return {
...channel,
time_offline: Math.round((channel.time_online || 0) / 1000),
time_offline: Math.round((channel.time_offline || 0) / 1000),
time_online: Math.round((channel.time_online || 0) / 1000),
partner_node_info: {
...nodeInfo,