Skip to content

Commit 04624ef

Browse files
authored
Update src/Files.App/ViewModels/Properties/HashesViewModel.cs
Signed-off-by: Yair <[email protected]>
1 parent 8faf5d3 commit 04624ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/Properties/HashesViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public string InfoBarTitle
6060
}
6161

6262
public bool IsInfoBarOpen
63-
=> !string.IsNullOrEmpty(HashInput);
63+
=> !string.IsNullOrEmpty(HashInput);
6464

6565
public HashesViewModel(ListedItem item)
6666
{

0 commit comments

Comments
 (0)