From bca75a7b80af57150bc044bdfe05188958b92a18 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Fri, 13 Mar 2020 10:21:00 -0400 Subject: [PATCH] launch: stop passing 'invite' prop to tile --- pkg/interface/launch/src/js/components/home.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/interface/launch/src/js/components/home.js b/pkg/interface/launch/src/js/components/home.js index 1c0edb4494..702d50910b 100644 --- a/pkg/interface/launch/src/js/components/home.js +++ b/pkg/interface/launch/src/js/components/home.js @@ -22,8 +22,8 @@ export default class Home extends Component { tileData = this.props.data[tile] !== null ? this.props.data[tile] : {}; - tileData["invites"] = ("invites" in this.props.data) - ? this.props.data["invites"] : {}; + // tileData["invites"] = ("invites" in this.props.data) + // ? this.props.data["invites"] : {}; } return ; });