We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d297774 commit 1772d95Copy full SHA for 1772d95
src/main/webapp/WEB-INF/jsp/analytics/storybook-learning-event/list.jsp
@@ -52,7 +52,6 @@
52
<th><code>timestamp</code></th>
53
<th><code>android_id</code></th>
54
<th><code>package_name</code></th>
55
- <th><code>storybook_id</code></th>
56
<th><code>storybook_title</code></th>
57
<th><code>learning_event_type</code></th>
58
</thead>
@@ -77,9 +76,6 @@
77
76
</c:otherwise>
78
</c:choose>
79
</td>
80
- <td>
81
- ${storyBookLearningEvent.storyBookId}
82
- </td>
83
<td>
84
<c:choose>
85
<c:when test="${not empty storyBookLearningEvent.storyBook}">
0 commit comments