mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
Update MobileBudgetTable.js (#574)
This commit is contained in:
committed by
GitHub
parent
093dbeb8a6
commit
686369868e
@@ -337,7 +337,7 @@ export class BudgetCategory extends React.PureComponent {
|
||||
</ListItem>
|
||||
);
|
||||
|
||||
return <div>{() => content}</div>;
|
||||
return <div>{content}</div>;
|
||||
// <Draggable
|
||||
// id={category.id}
|
||||
// type="category"
|
||||
|
||||
Reference in New Issue
Block a user