0.7.5-topicfix
This commit is contained in:
@@ -178,7 +178,7 @@ const AuthorsRoute: Component<AuthorsRouteProps> = (props) => {
|
||||
case 'проверен':
|
||||
return '✓'
|
||||
default:
|
||||
return '🎭'
|
||||
return '👤'
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -228,12 +228,6 @@ export const Topics = (props: TopicsProps) => {
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class={styles.tableFooter}>
|
||||
<span class={styles.resultsInfo}>
|
||||
<span>Всего</span>: {sortedTopics().length}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
{/* Модальное окно для редактирования топика */}
|
||||
<TopicEditModal
|
||||
isOpen={showEditModal()}
|
||||
|
Reference in New Issue
Block a user