Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Jun 13, 2024
1 parent efb6869 commit 02019bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions js/src/admin/components/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ export default class SettingsPage extends ExtensionPage {
onclick={() => app.modal.show(EditTourGuideStepModal, { model: step })}
/>
</td>
<td>{step.isTriggerClick()
? app.translator.trans('datlechin-simple-tour-guide.admin.yes')
: app.translator.trans('datlechin-simple-tour-guide.admin.no')
}</td>
<td>
{step.isTriggerClick()
? app.translator.trans('datlechin-simple-tour-guide.admin.yes')
: app.translator.trans('datlechin-simple-tour-guide.admin.no')}
</td>
</tr>
))}
</tbody>
Expand Down

0 comments on commit 02019bb

Please sign in to comment.