\n {!searchResults.length ? (\n
\n ) : (\n searchResults.map((row, i) => {\n return (\n
\n {row.map((emoji, ii) => {\n return this.renderEmojiButton(emoji, {\n pos: [i, ii],\n posinset: i * this.props.perLine + ii + 1,\n grid: searchResults,\n })\n })}\n
\n )\n })\n )}\n