mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2026-01-14 05:47:50 -06:00
v1.202.0
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
class RewardsSublistManager extends SublistManager {
|
||||
constructor () {
|
||||
super({
|
||||
sublistClass: "subrewards",
|
||||
});
|
||||
}
|
||||
|
||||
static get _ROW_TEMPLATE () {
|
||||
return [
|
||||
new SublistCellTemplate({
|
||||
@@ -61,8 +55,6 @@ class RewardsPage extends ListPage {
|
||||
|
||||
pageFilter,
|
||||
|
||||
listClass: "rewards",
|
||||
|
||||
dataProps: ["reward"],
|
||||
|
||||
isPreviewable: true,
|
||||
|
||||
Reference in New Issue
Block a user