Disabled debug button
This commit is contained in:
parent
9ff00ee63d
commit
5d72c2d2e5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<MudContainer Class="justify-center d-flex ma-0 overflow-hidden" Style="height: 100%;">
|
||||
<MudStack Class="d-flex">
|
||||
@*True if debug, false for not debug. (TODO: Use an extensíonMethod: https://stackoverflow.com/questions/4696175/preprocessor-directives-in-razor)*@
|
||||
@if (true)
|
||||
@if (false)
|
||||
{
|
||||
<MudStack Row=true Class="pt-2 d-flex justify-center">
|
||||
@if (!Answers.Any(x => x == null))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue