Skip to content

Commit ce9c011

Browse files
committed
Fix nofee filter
1 parent 09e0f15 commit ce9c011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/pe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class PEClass implements BaseActivity {
156156
wellness: this.rawClass.wellness,
157157
pirate: this.rawClass.pirate,
158158
swim: this.rawClass.swimGIR,
159-
nofee: this.rawClass.fee == "$0.00",
159+
nofee: this.fee == 0,
160160
nopreq: this.rawClass.prereqs == "None",
161161
};
162162
}

0 commit comments

Comments
 (0)