0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 22:22:41 +00:00

Remove unnecessary check

This commit is contained in:
G.Ambatte
2024-10-10 08:43:38 +13:00
parent 8f5b421531
commit 618de544bf

View File

@@ -175,8 +175,6 @@ const Snippetbar = createClass({
},
renderHistoryItems : function() {
if(this.state.historyItems.length == 0) return;
return <div className='dropdown'>
{_.map(this.state.historyItems, (item, index)=>{
if(item.noData || !item.savedAt) return;