Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit d7e7df0

Browse files
Sam HSam H
authored andcommitted
refactor: remove old unused variables
1 parent 72ac611 commit d7e7df0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pages/app-detailed-service/app-detailed-service.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ export class AppDetailedService {
1414
@Prop() history: RouterHistory;
1515
@Prop({ context: 'isServer' })
1616
private isServer: boolean;
17-
private devClassName = localStorage.getItem('allowWebp') === 'true' ? 'webp development' : 'hero development';
18-
private designClassName = localStorage.getItem('allowWebp') === 'true' ? 'webp design' : 'hero design';
19-
private consultingClassName = localStorage.getItem('allowWebp') === 'true' ? 'webp consulting' : 'hero consulting';
2017

2118
@State()
2219
imgs = {

0 commit comments

Comments
 (0)