Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/time-master/src/views/timerProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import logger from '../utils/logger';
import { recordDAU } from '@appworks/recorder';
import recorder from '../utils/recorder';

const NUMBER_FORMAT = '0 a';
const NUMBER_FORMAT = '0.[00] a';
const timerCollapsedStateMap: {[key: string]: TreeItemCollapsibleState} = {};

class TimerItem {
Expand Down