Improve boards page, show if Public/Restricted

This commit is contained in:
ajnart
2023-11-13 20:28:31 +01:00
parent e3e890f0a1
commit 5a563b3875
5 changed files with 159 additions and 157 deletions

View File

@@ -25,7 +25,6 @@ export default function BoardPage({
type BoardGetServerSideProps = {
config: ConfigType;
dockerEnabled: boolean;
_nextI18Next?: SSRConfig['_nextI18Next'];
};