npm run format

This commit is contained in:
Danny Coates 2019-01-24 12:31:20 -08:00
parent 8227b1420c
commit 8794b1d101
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 35 additions and 45 deletions

View file

@ -8,15 +8,13 @@ const signupDialog = require('./signupDialog');
module.exports = function(state, emit) {
const el = html`
<div class="px-4 md:px-0">
${
raw(
state.translate('frontPageExpireInfo', {
downloadCount:
'<span class="lg:inline-block md:block sm:inline-block block"></span><select id="dlCount"></select>',
timespan: '<select id="timespan"></select>'
})
)
}
${raw(
state.translate('frontPageExpireInfo', {
downloadCount:
'<span class="lg:inline-block md:block sm:inline-block block"></span><select id="dlCount"></select>',
timespan: '<select id="timespan"></select>'
})
)}
</div>
`;
if (el.__encoded) {