kopia lustrzana https://github.com/bugout-dev/moonstream
				
				
				
			
						commit
						72ed0350f5
					
				|  | @ -48,7 +48,9 @@ const SubscriptionReport = ({ timeRange, url, id, type }) => { | |||
|             > | ||||
|               <Text placeSelf="center">{metric.display_name}</Text> | ||||
|               <Text p={2} fontSize="42px" placeSelf="center"> | ||||
|                 {metric.value} | ||||
|                 {metric.display_name == "Total weth earned" | ||||
|                   ? Number.parseInt(Number.parseInt(metric.value) / 1e18) | ||||
|                   : metric.value} | ||||
|               </Text> | ||||
|             </Flex> | ||||
|           ); | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Sergei Sumarokov
						Sergei Sumarokov