mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Applied formatting rules for by #1000 changed files
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
{
|
||||
jsonData.best_before_date = Grocy.Components.DateTimePicker.GetValue();
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
jsonData.best_before_date = null;
|
||||
}
|
||||
|
||||
@@ -106,7 +107,7 @@
|
||||
{
|
||||
Grocy.Components.LocationPicker.Clear();
|
||||
}
|
||||
if(Grocy.FeatureFlags.GROCY_FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_TRACKING)
|
||||
if (Grocy.FeatureFlags.GROCY_FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_TRACKING)
|
||||
{
|
||||
Grocy.Components.DateTimePicker.Clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user