cleanup duplicate text

This commit is contained in:
Corwin 2024-04-19 21:49:34 +01:00
parent 04d368edf0
commit 853c008ff7
No known key found for this signature in database

View file

@ -38,11 +38,6 @@ export function BacktracePage() {
<li>Configure the backtrace page to not point to a site at all</li> <li>Configure the backtrace page to not point to a site at all</li>
<li>Not use the backtrace feature</li> <li>Not use the backtrace feature</li>
</ol> </ol>
<p>
Here you can see the debug information contained in the crash log. Given
additional debug files it can present you with the corresponding
function names, file names, line numbers, and column numbers.
</p>
<h2>Backtrace</h2> <h2>Backtrace</h2>
{backtrace && <Debug encodedBacktrace={backtrace} />} {backtrace && <Debug encodedBacktrace={backtrace} />}
</ContentBlock> </ContentBlock>