File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 </a >
5252 {{ /if }}
5353 </div >
54- {{ #if this. canRespond}}
54+ {{ #if @ canRespond}}
5555 <div class =' submission-row-item new-response' >
5656 <button
5757 disabled ={{ this.areNoSelections }}
7171 {{ /if }}
7272 </div >
7373 {{ else }}
74- {{ #if this. isParentWorkspace}}
74+ {{ #if @ isParentWorkspace}}
7575 {{ #if this.submissionResponses.length }}
7676 <div class =' submission-row-item new-response' >
7777 <button
254254 @selection ={{ selection }}
255255 @canDeleteSelections ={{ this.canDeleteSelection }}
256256 @deleteSelection ={{ this.deleteSelection }}
257- @currentSelection ={{ this. currentSelection}}
257+ @currentSelection ={{ @ currentSelection}}
258258 />
259259 {{ else }}
260260 <UndraggableSelection
261261 @selection ={{ selection }}
262- @currentSelection ={{ this. currentSelection}}
262+ @currentSelection ={{ @ currentSelection}}
263263 />
264264 {{ /if }}
265265 {{ /unless }}
You can’t perform that action at this time.
0 commit comments