@ -63,7 +63,8 @@ const transformJoinURL = (join_link) => {
function onLoad(timestamp) {
setLastChecked(timestamp);
hideBadCommunities();
sortTable(COLUMN.NAME);
// Sort by server to show off new feature & align colors.
sortTable(COLUMN.SERVER_ICON);
createJoinLinkButtons();
markSortableColumns();
}