summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/LogParser/Index.cshtml
diff options
context:
space:
mode:
authorKhloe Leclair <xivkhloeleclair@gmail.com>2022-04-08 15:26:35 -0400
committerKhloe Leclair <xivkhloeleclair@gmail.com>2022-04-08 15:26:35 -0400
commit631d0375c3868cb68d1487662955db4ea1b7dd77 (patch)
tree5a9859885ae43250a35f5e4ecc0f93c4b6b46718 /src/SMAPI.Web/Views/LogParser/Index.cshtml
parent0beff189d19416dfcbb64bce800af41de37ccd08 (diff)
downloadSMAPI-631d0375c3868cb68d1487662955db4ea1b7dd77.tar.gz
SMAPI-631d0375c3868cb68d1487662955db4ea1b7dd77.tar.bz2
SMAPI-631d0375c3868cb68d1487662955db4ea1b7dd77.zip
Simplify visible section checking by abusing Vue behavior, since the proper way is being buggy.
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser/Index.cshtml')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index 39a2da0f..8f44b4a2 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -404,7 +404,6 @@ else if (log?.IsValid == true)
v-bind:showScreenId="showScreenId"
v-bind:message="msg"
v-bind:highlight="shouldHighlight"
- v-bind:sectionExpanded="msg.SectionName && visibleSections.includes(msg.SectionName)"
/>
</log-table>
}