🏗️ Refactoring the AirDC++ Forms

This commit is contained in:
2023-11-22 18:28:23 -05:00
parent 9e5612237b
commit f9afc5a249
3 changed files with 30 additions and 18 deletions

View File

@@ -180,12 +180,6 @@ const Navbar: React.FunctionComponent = (props) => {
{airDCPPSessionInformation.session_id}
</span>
</p>
{
<pre>
{JSON.stringify(airDCPPSessionInformation, null, 2)}
</pre>
}
</div>
</>
) : (