mirror of https://github.com/vector-im/riot-web
Space after brand
parent
208b914cb0
commit
6ccb7e9145
|
@ -72,7 +72,7 @@ export default abstract class Exporter {
|
||||||
|
|
||||||
protected async downloadZIP(): Promise<string | void> {
|
protected async downloadZIP(): Promise<string | void> {
|
||||||
const brand = SdkConfig.get().brand;
|
const brand = SdkConfig.get().brand;
|
||||||
const filename = `${brand} - Chat Export -${formatFullDateNoDay(new Date())}.zip`;
|
const filename = `${brand} - Chat Export - ${formatFullDateNoDay(new Date())}.zip`;
|
||||||
const { default: JSZip } = await import('jszip');
|
const { default: JSZip } = await import('jszip');
|
||||||
|
|
||||||
const zip = new JSZip();
|
const zip = new JSZip();
|
||||||
|
|
Loading…
Reference in New Issue