diff options
| author | marcin mikołajczak <me@mkljczk.pl> | 2024-04-28 18:56:10 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-28 18:56:10 +0000 |
| commit | 4de9daa1144536f03c86d277b4ec1288dc9df432 (patch) | |
| tree | 7acf5ecc45f1628001849dcb6169747945ab0dd6 /src/components/status | |
| parent | 6ff0a7f0215de1acd0490020b53485c45550df79 (diff) | |
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: marcin mikołajczak <me@mkljczk.pl>
Diffstat (limited to 'src/components/status')
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 36f6c602..43181897 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -421,6 +421,8 @@ const Status = { let multiplier = 60 * 1000 // minutes is smallest unit switch (unit) { case 'm': + break + case 'h': multiplier *= 60 // hour break case 'd': |
