@agent-link/server 0.1.138 → 0.1.139

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/app.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.138",
3
+ "version": "0.1.139",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
package/web/app.js CHANGED
@@ -861,7 +861,7 @@ const App = {
861
861
  </div>
862
862
 
863
863
  <!-- Teams section -->
864
- <div v-if="teamsList.length > 0" class="sidebar-section sidebar-teams">
864
+ <div class="sidebar-section sidebar-teams">
865
865
  <div class="sidebar-section-header">
866
866
  <span>Teams History</span>
867
867
  </div>