Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 54d149e

Browse files
committed
Source Files Size Incorrect
Fixes #537
1 parent a6dcecd commit 54d149e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeHub.iOS/ViewControllers/Repositories/RepositoryViewController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public void Render()
292292
sec1.Add(_split2);
293293

294294
_split3.Button1.Text = (model.CreatedAt).ToString("MM/dd/yy");
295-
_split3.Button2.Text = model.Size.Bytes().ToString("#.#");
295+
_split3.Button2.Text = model.Size.Kilobytes().ToString("#.#");
296296
sec1.Add(_split3);
297297

298298
_ownerElement.Value = model.Owner.Login;

0 commit comments

Comments
 (0)