From a7e523a77cb27f817d59a782477b5ffc146f936a Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Tue, 7 Mar 2023 11:23:20 -0800 Subject: [PATCH] MarkerTimeline set fixed decimals Summary: Set a fixed number of decimals for the 'ms'. More doesn't give more insights and it messes with the overall layout. Reviewed By: antonk52 Differential Revision: D43872203 fbshipit-source-id: 343278923ee27dbf884af41c997457bfba337ba8 --- desktop/flipper-plugin/src/ui/MarkerTimeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx b/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx index dcf7a7531..f4b3b5be5 100644 --- a/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx +++ b/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx @@ -230,7 +230,7 @@ export class MarkerTimeline extends Component { number={ p.markerNames.length > 1 ? p.markerNames.length : undefined }> - {' '} + {' '} {p.markerNames.join(', ')} );