Skip to content

Commit 699a19d

Browse files
committed
Remove unneeded comments
1 parent 570af31 commit 699a19d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

resources/js/Pages/Results.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -272,15 +272,7 @@ async function send( item: string ): Promise<void> {
272272
return;
273273
}
274274
275-
// Casting to `any` since TS cannot understand $refs as
276-
// component instances and complains about the usage of `show`
277-
// See: https://github.com/vuejs/vue-class-component/issues/94
278-
// Defaulting to any, as the alternative presents us with
279-
// convoluted and unnecessary syntax.
280-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
281-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
282275
const overlay = overlayRef.value;
283-
284276
overlay.show();
285277
286278
// use axios in order to preserve saved mismatches
@@ -332,7 +324,6 @@ function storePreviousDecisions(item: string) {
332324
// hide method otherwise.
333325
// eslint-disable-next-line @typescript-eslint/no-explicit-any
334326
function _handleConfirmation(){
335-
// const { disableConfirmation, user } = this;
336327
337328
// Do nothing if there is no user
338329
if ( !props.user ){

0 commit comments

Comments
 (0)