i forgot one modification for merge

This commit is contained in:
Xamora 2024-04-27 09:00:08 +02:00
parent 8758e221cb
commit 0d522eeca3

View File

@ -163,15 +163,11 @@ export default class extends AbstractAuthenticatedView
</tbody> </tbody>
</table> </table>
<input type="button" id="button" value="Join tournament" disabled> <input type="button" id="button" value="Join tournament" disabled>
<<<<<<< HEAD <textarea id="chat" rows="4" cols="50" readonly>
</textarea>
<br> <br>
<svg id="tree" height="3000" width="3000"> <svg id="tree" height="3000" width="3000">
</svg> </svg>
=======
<span id="display"></span>
<textarea id="chat" rows="4" cols="50" readonly>
</textarea>
>>>>>>> 55d29d5763f22f136d2b4bae6464463acb514a5c
`; `;
} }
} }