cleannnn
This commit is contained in:
parent
41cb757b04
commit
b8ecc4c665
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const Tray = function () {
|
|||
|
||||
return (
|
||||
<box cssClasses={["Tray"]}>
|
||||
{bind(trayItems).as((items) =>
|
||||
{trayItems.as((items) =>
|
||||
items.map((item) => {
|
||||
return (
|
||||
<menubutton>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue