This commit is contained in:
talksik
2022-03-19 22:29:54 -04:00
parent 10520b3487
commit def2cd2085
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ app
ipcMain.on(Channels.RESIZE_WINDOW, (event, arg) => { ipcMain.on(Channels.RESIZE_WINDOW, (event, arg) => {
const { width, height } = arg; const { width, height } = arg;
browserWindow.setSize(width, height, true); browserWindow.setSize(width, height, false);
}); });
}); });
@@ -109,7 +109,7 @@ export default function SelectedConversation() {
<span className="text-slate-300 text-sm">{`joined ${moment( <span className="text-slate-300 text-sm">{`joined ${moment(
convoDetailsResponse.contactUser.createdDate convoDetailsResponse.contactUser.createdDate
)}`}</span> ).fromNow()}`}</span>
</span> </span>
</span> </span>